1 write to _nameTable
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaSet.cs (1)
79_nameTable = nameTable;
6 references to _nameTable
System.Private.Xml (6)
System\Xml\Schema\XmlSchemaSet.cs (6)
116get { return _nameTable; } 486Compiler compiler = new Compiler(_nameTable, _eventHandler, _schemaForSchema, _compilationSettings); 1062Preprocessor prep = new Preprocessor(_nameTable, GetSchemaNames(_nameTable), _eventHandler, _compilationSettings); 1216if (_nameTable != nt) 1222return _schemaNames ??= new SchemaNames(_nameTable);