1 write to s_getExistingObjectMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
556
s_getExistingObjectMethod
= typeof(XmlObjectSerializerReadContext).GetMethod("GetExistingObject", Globals.ScanAllMembers);
3 references to s_getExistingObjectMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
554
if (
s_getExistingObjectMethod
== null)
557
Debug.Assert(
s_getExistingObjectMethod
!= null);
559
return
s_getExistingObjectMethod
;