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