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)
75
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)
1230
return new
SchemaNames
(nt);
1234
return _schemaNames ??= new
SchemaNames
(_nameTable);
System\Xml\Serialization\XmlSchemas.cs (2)
288
Preprocessor prep = new Preprocessor(nameTable, new
SchemaNames
(nameTable), null);
675
Preprocessor prep = new Preprocessor(nameTable, new
SchemaNames
(nameTable), null);