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)
312
public
XmlSchemaCollection
Schemas
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (2)
97
private
XmlSchemaCollection
_schemaCollection;
898
internal
XmlSchemaCollection
Schemas
FrameworkFork\Microsoft.Xml\Xml\schema\autovalidator.cs (1)
20
public AutoValidator(XmlValidatingReaderImpl reader,
XmlSchemaCollection
schemaCollection, IValidationEventHandling eventHandling) : base(reader, schemaCollection, eventHandling)
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (4)
17
private
XmlSchemaCollection
_schemaCollection;
47
public BaseValidator(XmlValidatingReaderImpl reader,
XmlSchemaCollection
schemaCollection, IValidationEventHandling eventHandling)
63
public
XmlSchemaCollection
SchemaCollection
338
public static BaseValidator CreateInstance(ValidationType valType, XmlValidatingReaderImpl reader,
XmlSchemaCollection
schemaCollection, IValidationEventHandling eventHandling, bool processIdentityConstraints)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
54
public bool Execute(XmlSchema schema, string targetNamespace, bool loadExternals,
XmlSchemaCollection
xsc)
136
private void LoadExternals(XmlSchema schema,
XmlSchemaCollection
xsc)
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (1)
37
internal XdrValidator(XmlValidatingReaderImpl reader,
XmlSchemaCollection
schemaCollection, IValidationEventHandling eventHandling) : base(reader, schemaCollection, eventHandling)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
247
internal bool CompileSchema(
XmlSchemaCollection
xsc, XmlResolver resolver, SchemaInfo schemaInfo, string ns, ValidationEventHandler validationEventHandler, XmlNameTable nameTable, bool CompileContentModel)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (1)
198
public void Add(
XmlSchemaCollection
schema)
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
55
internal XsdValidator(XmlValidatingReaderImpl reader,
XmlSchemaCollection
schemaCollection, IValidationEventHandling eventHandling) : base(reader, schemaCollection, eventHandling)