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