2 instantiations of XmlSchemaCollection
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (2)
151_schemaCollection = new XmlSchemaCollection(_coreReader.NameTable); 234_schemaCollection = new XmlSchemaCollection(_coreReader.NameTable);
14 references to XmlSchemaCollection
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReader.cs (1)
312public XmlSchemaCollection Schemas
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (2)
97private XmlSchemaCollection _schemaCollection; 898internal XmlSchemaCollection Schemas
FrameworkFork\Microsoft.Xml\Xml\schema\autovalidator.cs (1)
20public AutoValidator(XmlValidatingReaderImpl reader, XmlSchemaCollection schemaCollection, IValidationEventHandling eventHandling) : base(reader, schemaCollection, eventHandling)
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (4)
17private XmlSchemaCollection _schemaCollection; 47public BaseValidator(XmlValidatingReaderImpl reader, XmlSchemaCollection schemaCollection, IValidationEventHandling eventHandling) 63public XmlSchemaCollection SchemaCollection 338public static BaseValidator CreateInstance(ValidationType valType, XmlValidatingReaderImpl reader, XmlSchemaCollection schemaCollection, IValidationEventHandling eventHandling, bool processIdentityConstraints)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
54public bool Execute(XmlSchema schema, string targetNamespace, bool loadExternals, XmlSchemaCollection xsc) 136private void LoadExternals(XmlSchema schema, XmlSchemaCollection xsc)
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (1)
37internal XdrValidator(XmlValidatingReaderImpl reader, XmlSchemaCollection schemaCollection, IValidationEventHandling eventHandling) : base(reader, schemaCollection, eventHandling)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
247internal bool CompileSchema(XmlSchemaCollection xsc, XmlResolver resolver, SchemaInfo schemaInfo, string ns, ValidationEventHandler validationEventHandler, XmlNameTable nameTable, bool CompileContentModel)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (1)
198public void Add(XmlSchemaCollection schema)
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
55internal XsdValidator(XmlValidatingReaderImpl reader, XmlSchemaCollection schemaCollection, IValidationEventHandling eventHandling) : base(reader, schemaCollection, eventHandling)