9 references to SchemaNames
System.Private.Xml (9)
System\Xml\Schema\BaseProcessor.cs (1)
38protected SchemaNames SchemaNames => _schemaNames ??= new SchemaNames(_nameTable);
System\Xml\Schema\BaseValidator.cs (1)
88_schemaNames = new SchemaNames(_nameTable);
System\Xml\Schema\XmlSchema.cs (1)
75Parser parser = new Parser(SchemaType.XSD, nameTable, new SchemaNames(nameTable), validationEventHandler);
System\Xml\Schema\XmlSchemaCollection.cs (2)
280return new SchemaNames(nt); 284return _schemaNames ??= new SchemaNames(_nameTable);
System\Xml\Schema\XmlSchemaSet.cs (2)
1230return new SchemaNames(nt); 1234return _schemaNames ??= new SchemaNames(_nameTable);
System\Xml\Serialization\XmlSchemas.cs (2)
288Preprocessor prep = new Preprocessor(nameTable, new SchemaNames(nameTable), null); 675Preprocessor prep = new Preprocessor(nameTable, new SchemaNames(nameTable), null);