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)
20private XmlSchemaCompilationSettings _compilationSettings; 27public BaseProcessor(XmlNameTable nameTable, SchemaNames schemaNames, ValidationEventHandler eventHandler, XmlSchemaCompilationSettings compilationSettings) 59protected XmlSchemaCompilationSettings CompilationSettings
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
83public Preprocessor(XmlNameTable nameTable, SchemaNames schemaNames, ValidationEventHandler eventHandler, XmlSchemaCompilationSettings compilationSettings)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
32public Compiler(XmlNameTable nameTable, ValidationEventHandler eventHandler, XmlSchema schemaForSchema, XmlSchemaCompilationSettings compilationSettings) : base(nameTable, null, eventHandler, compilationSettings)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
270internal void CompileSchemaInSet(XmlNameTable nameTable, ValidationEventHandler eventHandler, XmlSchemaCompilationSettings compilationSettings)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (2)
54private XmlSchemaCompilationSettings _compilationSettings; 189public XmlSchemaCompilationSettings CompilationSettings