1 write to s_getItemContractMethod
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (1)
141s_getItemContractMethod = typeof(CollectionDataContract).GetProperty("ItemContract", Globals.ScanAllMembers)!.GetGetMethod(nonPublic: true);
3 references to s_getItemContractMethod
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (3)
139if (s_getItemContractMethod == null) 142Debug.Assert(s_getItemContractMethod != null); 144return s_getItemContractMethod;