This is the deserialization that produces the problem:
public MyType ProblematicDeserialization(jsonString) { return Newtonsoft.Json.JsonConvert.DeserializeO
First you sample does not compile, I assume you mean
public MyType ProblematicDeserialization(s) { return Newtonsoft.Json.JsonConvert.DeserializeObject