1 write to s_getObjectIdMethod
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
493s_getObjectIdMethod = typeof(XmlObjectSerializerReadContext).GetMethod("GetObjectId", Globals.ScanAllMembers);
3 references to s_getObjectIdMethod
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
491if (s_getObjectIdMethod == null) 494Debug.Assert(s_getObjectIdMethod != null); 496return s_getObjectIdMethod;