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