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