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