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