2 instantiations of XmlSchemaCollection
System.Private.Xml (2)
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
149
_schemaCollection = new
XmlSchemaCollection
(_coreReader.NameTable);
230
_schemaCollection = new
XmlSchemaCollection
(_coreReader.NameTable);
17 references to XmlSchemaCollection
netstandard (1)
netstandard.cs (1)
2308
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaCollection
))]
System.Private.Xml (14)
System\Xml\Core\XmlValidatingReader.cs (1)
306
public
XmlSchemaCollection
Schemas
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
92
private readonly
XmlSchemaCollection
_schemaCollection;
898
internal
XmlSchemaCollection
Schemas
System\Xml\Schema\AutoValidator.cs (1)
13
public AutoValidator(XmlValidatingReaderImpl reader,
XmlSchemaCollection
schemaCollection, IValidationEventHandling eventHandling) : base(reader, schemaCollection, eventHandling)
System\Xml\Schema\BaseValidator.cs (4)
17
private readonly
XmlSchemaCollection
? _schemaCollection;
47
public BaseValidator(XmlValidatingReaderImpl reader,
XmlSchemaCollection
? schemaCollection, IValidationEventHandling? eventHandling)
63
public
XmlSchemaCollection
? SchemaCollection
347
public static BaseValidator? CreateInstance(ValidationType valType, XmlValidatingReaderImpl reader,
XmlSchemaCollection
schemaCollection, IValidationEventHandling eventHandling, bool processIdentityConstraints)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
49
public bool Execute(XmlSchema schema, string? targetNamespace, bool loadExternals,
XmlSchemaCollection
? xsc)
131
private void LoadExternals(XmlSchema schema,
XmlSchemaCollection
? xsc)
System\Xml\Schema\XdrValidator.cs (1)
33
internal XdrValidator(XmlValidatingReaderImpl reader,
XmlSchemaCollection
schemaCollection, IValidationEventHandling? eventHandling) : base(reader, schemaCollection, eventHandling)
System\Xml\Schema\XmlSchema.cs (1)
208
internal bool CompileSchema(
XmlSchemaCollection
? xsc, XmlResolver? resolver, SchemaInfo schemaInfo, string? ns, ValidationEventHandler? validationEventHandler, XmlNameTable nameTable, bool CompileContentModel)
System\Xml\Schema\XmlSchemaCollection.cs (1)
175
public void Add(
XmlSchemaCollection
schema)
System\Xml\Schema\XsdValidator.cs (1)
51
internal XsdValidator(XmlValidatingReaderImpl reader,
XmlSchemaCollection
schemaCollection, IValidationEventHandling eventHandling) : base(reader, schemaCollection, eventHandling)
System.Xml (1)
System.Xml.cs (1)
33
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaCollection
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
32
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaCollection
))]