1 write to getItemContractMethod
System.Runtime.Serialization (1)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (1)
197getItemContractMethod = typeof(CollectionDataContract).GetProperty("ItemContract", Globals.ScanAllMembers).GetGetMethod(true); // nonPublic
2 references to getItemContractMethod
System.Runtime.Serialization (2)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (2)
195if (getItemContractMethod == null) 199return getItemContractMethod;