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)
306public XmlSchemaCollection Schemas
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
92private readonly XmlSchemaCollection _schemaCollection; 898internal XmlSchemaCollection Schemas
System\Xml\Schema\AutoValidator.cs (1)
13public AutoValidator(XmlValidatingReaderImpl reader, XmlSchemaCollection schemaCollection, IValidationEventHandling eventHandling) : base(reader, schemaCollection, eventHandling)
System\Xml\Schema\BaseValidator.cs (4)
17private readonly XmlSchemaCollection? _schemaCollection; 47public BaseValidator(XmlValidatingReaderImpl reader, XmlSchemaCollection? schemaCollection, IValidationEventHandling? eventHandling) 63public XmlSchemaCollection? SchemaCollection 347public static BaseValidator? CreateInstance(ValidationType valType, XmlValidatingReaderImpl reader, XmlSchemaCollection schemaCollection, IValidationEventHandling eventHandling, bool processIdentityConstraints)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
49public bool Execute(XmlSchema schema, string? targetNamespace, bool loadExternals, XmlSchemaCollection? xsc) 131private void LoadExternals(XmlSchema schema, XmlSchemaCollection? xsc)
System\Xml\Schema\XdrValidator.cs (1)
33internal XdrValidator(XmlValidatingReaderImpl reader, XmlSchemaCollection schemaCollection, IValidationEventHandling? eventHandling) : base(reader, schemaCollection, eventHandling)
System\Xml\Schema\XmlSchema.cs (1)
208internal bool CompileSchema(XmlSchemaCollection? xsc, XmlResolver? resolver, SchemaInfo schemaInfo, string? ns, ValidationEventHandler? validationEventHandler, XmlNameTable nameTable, bool CompileContentModel)
System\Xml\Schema\XmlSchemaCollection.cs (1)
175public void Add(XmlSchemaCollection schema)
System\Xml\Schema\XsdValidator.cs (1)
51internal 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))]