3 references to 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();