1 write to s_addNewObjectWithIdMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
540s_addNewObjectWithIdMethod = typeof(XmlObjectSerializerReadContext).GetMethod("AddNewObjectWithId", Globals.ScanAllMembers);
3 references to s_addNewObjectWithIdMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
538if (s_addNewObjectWithIdMethod == null) 541Debug.Assert(s_addNewObjectWithIdMethod != null); 543return s_addNewObjectWithIdMethod;