2 writes to typeIdentifiers
System.Xml (2)
System\Xml\Serialization\ImportContext.cs (2)
29
this.
typeIdentifiers
= identifiers;
65
typeIdentifiers
= new CodeIdentifiers();
2 references to typeIdentifiers
System.Xml (2)
System\Xml\Serialization\ImportContext.cs (2)
64
if (
typeIdentifiers
== null)
66
return
typeIdentifiers
;