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