1 write to s_getObjectIdMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
492s_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)
490if (s_getObjectIdMethod == null) 493Debug.Assert(s_getObjectIdMethod != null); 495return s_getObjectIdMethod;