1 write to s_readJsonValueMethod
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (1)
304s_readJsonValueMethod = typeof(DataContractJsonSerializer).GetMethod("ReadJsonValue", Globals.ScanAllMembers);
3 references to s_readJsonValueMethod
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (3)
302if (s_readJsonValueMethod == null) 305Debug.Assert(s_readJsonValueMethod != null); 307return s_readJsonValueMethod;