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