1 write to s_getExistingObjectMethod
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
564s_getExistingObjectMethod = typeof(XmlObjectSerializerReadContext).GetMethod("GetExistingObject", Globals.ScanAllMembers);
3 references to s_getExistingObjectMethod
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
562if (s_getExistingObjectMethod == null) 565Debug.Assert(s_getExistingObjectMethod != null); 567return s_getExistingObjectMethod;