3 instantiations of XmlSchemaCompilationSettings
System.Private.Xml (3)
System\Xml\Schema\BaseProcessor.cs (1)
20
: this(nameTable, schemaNames, eventHandler, new
XmlSchemaCompilationSettings
())
System\Xml\Schema\Preprocessor.cs (1)
76
: this(nameTable, schemaNames, eventHandler, new
XmlSchemaCompilationSettings
())
System\Xml\Schema\XmlSchemaSet.cs (1)
116
_compilationSettings = new
XmlSchemaCompilationSettings
();
11 references to XmlSchemaCompilationSettings
netstandard (1)
netstandard.cs (1)
2310
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaCompilationSettings
))]
System.Private.Xml (8)
System\Xml\Schema\BaseProcessor.cs (3)
15
private readonly
XmlSchemaCompilationSettings
? _compilationSettings;
23
public BaseProcessor(XmlNameTable nameTable, SchemaNames? schemaNames, ValidationEventHandler? eventHandler,
XmlSchemaCompilationSettings
? compilationSettings)
45
protected
XmlSchemaCompilationSettings
? CompilationSettings
System\Xml\Schema\Preprocessor.cs (1)
79
public Preprocessor(XmlNameTable nameTable, SchemaNames schemaNames, ValidationEventHandler? eventHandler,
XmlSchemaCompilationSettings
compilationSettings)
System\Xml\Schema\SchemaSetCompiler.cs (1)
30
public Compiler(XmlNameTable nameTable, ValidationEventHandler? eventHandler, XmlSchema? schemaForSchema,
XmlSchemaCompilationSettings
? compilationSettings) : base(nameTable, null, eventHandler, compilationSettings)
System\Xml\Schema\XmlSchema.cs (1)
224
internal void CompileSchemaInSet(XmlNameTable nameTable, ValidationEventHandler? eventHandler,
XmlSchemaCompilationSettings
? compilationSettings)
System\Xml\Schema\XmlSchemaSet.cs (2)
50
private
XmlSchemaCompilationSettings
_compilationSettings;
165
public
XmlSchemaCompilationSettings
CompilationSettings
System.Xml (1)
System.Xml.cs (1)
35
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaCompilationSettings
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
34
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaCompilationSettings
))]