1 write to OutputAssembly
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
3881options.OutputAssembly = results.TempFiles.AddExtension(extension, !options.GenerateInMemory);
7 references to OutputAssembly
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (7)
640sb.Append(options.OutputAssembly); 3878if (options.OutputAssembly == null || options.OutputAssembly.Length == 0) 3886new FileStream(options.OutputAssembly, FileMode.Create, FileAccess.ReadWrite).Dispose(); 3938File.Delete(options.OutputAssembly); 3943results.PathToAssembly = options.OutputAssembly; 3947results.CompiledAssembly = Assembly.Load(new AssemblyName(options.OutputAssembly));