2 instantiations of XmlSchemaCollection
System.Xml (2)
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
138
schemaCollection = new
XmlSchemaCollection
( coreReader.NameTable );
212
schemaCollection = new
XmlSchemaCollection
( coreReader.NameTable );
14 references to XmlSchemaCollection
System.Xml (14)
System\Xml\Core\XmlValidatingReader.cs (1)
261
public
XmlSchemaCollection
Schemas {
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
89
XmlSchemaCollection
schemaCollection;
755
internal
XmlSchemaCollection
Schemas {
System\Xml\Schema\AutoValidator.cs (1)
18
public AutoValidator(XmlValidatingReaderImpl reader,
XmlSchemaCollection
schemaCollection, IValidationEventHandling eventHandling) : base(reader, schemaCollection, eventHandling) {
System\Xml\Schema\BaseValidator.cs (4)
19
XmlSchemaCollection
schemaCollection;
48
public BaseValidator(XmlValidatingReaderImpl reader,
XmlSchemaCollection
schemaCollection, IValidationEventHandling eventHandling) {
62
public
XmlSchemaCollection
SchemaCollection {
276
public static BaseValidator CreateInstance(ValidationType valType, XmlValidatingReaderImpl reader,
XmlSchemaCollection
schemaCollection, IValidationEventHandling eventHandling, bool processIdentityConstraints) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
50
public bool Execute(XmlSchema schema, string targetNamespace, bool loadExternals,
XmlSchemaCollection
xsc) {
120
private void LoadExternals(XmlSchema schema,
XmlSchemaCollection
xsc) {
System\Xml\Schema\XdrValidator.cs (1)
35
internal XdrValidator(XmlValidatingReaderImpl reader,
XmlSchemaCollection
schemaCollection, IValidationEventHandling eventHandling) : base(reader, schemaCollection, eventHandling) {
System\Xml\Schema\XmlSchema.cs (1)
231
internal bool CompileSchema(
XmlSchemaCollection
xsc, XmlResolver resolver, SchemaInfo schemaInfo, string ns, ValidationEventHandler validationEventHandler, XmlNameTable nameTable, bool CompileContentModel) {
System\Xml\Schema\XmlSchemaCollection.cs (1)
181
public void Add(
XmlSchemaCollection
schema) {
System\Xml\Schema\XsdValidator.cs (1)
53
internal XsdValidator(XmlValidatingReaderImpl reader,
XmlSchemaCollection
schemaCollection, IValidationEventHandling eventHandling) : base(reader, schemaCollection, eventHandling) {