2 references to GenerateInMemory
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (2)
3881
options.OutputAssembly = results.TempFiles.AddExtension(extension, !options.
GenerateInMemory
);
3941
if (results.Errors.HasErrors || !options.
GenerateInMemory
)