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)
193
return
_compilationSettings
;
621
Compiler compiler = new Compiler(_nameTable, _eventHandler, _schemaForSchema,
_compilationSettings
);
1230
Preprocessor prep = new Preprocessor(_nameTable, GetSchemaNames(_nameTable), _eventHandler,
_compilationSettings
);