2 writes to _compilationSettings
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (2)
123_compilationSettings = new XmlSchemaCompilationSettings(); 197_compilationSettings = value;
3 references to _compilationSettings
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (3)
193return _compilationSettings; 621Compiler compiler = new Compiler(_nameTable, _eventHandler, _schemaForSchema, _compilationSettings); 1230Preprocessor prep = new Preprocessor(_nameTable, GetSchemaNames(_nameTable), _eventHandler, _compilationSettings);