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