2 instantiations of Compiler
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
273Compiler setCompiler = new Compiler(nameTable, eventHandler, null, compilationSettings);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
621Compiler compiler = new Compiler(_nameTable, _eventHandler, _schemaForSchema, _compilationSettings);
3 references to Compiler
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
273Compiler setCompiler = new Compiler(nameTable, eventHandler, null, compilationSettings);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
621Compiler compiler = new Compiler(_nameTable, _eventHandler, _schemaForSchema, _compilationSettings);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (1)
677return Compiler.GetTempAssemblyName(type.GetTypeInfo().Assembly.GetName(), defaultNamespace);