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