1 write to s_getItemContractMethod
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (1)
141
s_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)
139
if (
s_getItemContractMethod
== null)
142
Debug.Assert(
s_getItemContractMethod
!= null);
144
return
s_getItemContractMethod
;