3 instantiations of XmlSchemaCompilationSettings
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\BaseProcessor.cs (1)
25
: this(nameTable, schemaNames, eventHandler, new
XmlSchemaCompilationSettings
()) { } //Use the default for XmlSchemaCollection
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
81
: this(nameTable, schemaNames, eventHandler, new
XmlSchemaCompilationSettings
()) { }
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
123
_compilationSettings = new
XmlSchemaCompilationSettings
();
8 references to XmlSchemaCompilationSettings
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\BaseProcessor.cs (3)
20
private
XmlSchemaCompilationSettings
_compilationSettings;
27
public BaseProcessor(XmlNameTable nameTable, SchemaNames schemaNames, ValidationEventHandler eventHandler,
XmlSchemaCompilationSettings
compilationSettings)
59
protected
XmlSchemaCompilationSettings
CompilationSettings
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
83
public Preprocessor(XmlNameTable nameTable, SchemaNames schemaNames, ValidationEventHandler eventHandler,
XmlSchemaCompilationSettings
compilationSettings)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
32
public Compiler(XmlNameTable nameTable, ValidationEventHandler eventHandler, XmlSchema schemaForSchema,
XmlSchemaCompilationSettings
compilationSettings) : base(nameTable, null, eventHandler, compilationSettings)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
270
internal void CompileSchemaInSet(XmlNameTable nameTable, ValidationEventHandler eventHandler,
XmlSchemaCompilationSettings
compilationSettings)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (2)
54
private
XmlSchemaCompilationSettings
_compilationSettings;
189
public
XmlSchemaCompilationSettings
CompilationSettings