1 write to s_getItemContractMethod
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
125
s_getItemContractMethod
= typeof(CollectionDataContract).GetProperty("ItemContract", Globals.ScanAllMembers)!.GetMethod;
3 references to s_getItemContractMethod
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
123
if (
s_getItemContractMethod
== null)
126
Debug.Assert(
s_getItemContractMethod
!= null);
128
return
s_getItemContractMethod
;