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