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