1 write to _nameTable
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaSet.cs (1)
91_nameTable = nameTable;
6 references to _nameTable
System.Private.Xml (6)
System\Xml\Schema\XmlSchemaSet.cs (6)
128get { return _nameTable; } 498Compiler compiler = new Compiler(_nameTable, _eventHandler, _schemaForSchema, _compilationSettings); 1074Preprocessor prep = new Preprocessor(_nameTable, GetSchemaNames(_nameTable), _eventHandler, _compilationSettings); 1228if (_nameTable != nt) 1234return _schemaNames ??= new SchemaNames(_nameTable);