1 write to addNewObjectWithIdMethod
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
552
addNewObjectWithIdMethod
= typeof(XmlObjectSerializerReadContext).GetMethod("AddNewObjectWithId", Globals.ScanAllMembers);
2 references to addNewObjectWithIdMethod
System.Runtime.Serialization (2)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (2)
551
if (
addNewObjectWithIdMethod
== null)
553
return
addNewObjectWithIdMethod
;