1 write to s_getExistingObjectMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
556s_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)
554if (s_getExistingObjectMethod == null) 557Debug.Assert(s_getExistingObjectMethod != null); 559return s_getExistingObjectMethod;