2 references to Compiler
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
273
Compiler setCompiler = new
Compiler
(nameTable, eventHandler, null, compilationSettings);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
621
Compiler compiler = new
Compiler
(_nameTable, _eventHandler, _schemaForSchema, _compilationSettings);