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