1 write to s_getObjectIdMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
492
s_getObjectIdMethod
= typeof(XmlObjectSerializerReadContext).GetMethod("GetObjectId", Globals.ScanAllMembers);
3 references to s_getObjectIdMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
490
if (
s_getObjectIdMethod
== null)
493
Debug.Assert(
s_getObjectIdMethod
!= null);
495
return
s_getObjectIdMethod
;