1 write to readJsonValueMethod
System.Runtime.Serialization (1)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (1)
353
readJsonValueMethod
= typeof(DataContractJsonSerializer).GetMethod("ReadJsonValue", Globals.ScanAllMembers);
2 references to readJsonValueMethod
System.Runtime.Serialization (2)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (2)
351
if (
readJsonValueMethod
== null)
355
return
readJsonValueMethod
;