1 write to s_getRealObjectMethod
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
573s_getRealObjectMethod = typeof(XmlObjectSerializerReadContext).GetMethod("GetRealObject", Globals.ScanAllMembers);
3 references to s_getRealObjectMethod
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
571if (s_getRealObjectMethod == null) 574Debug.Assert(s_getRealObjectMethod != null); 576return s_getRealObjectMethod;