4 references to GenerateExecutable
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (2)
603
if (options.
GenerateExecutable
)
3880
string extension = (options.
GenerateExecutable
) ? "exe" : "dll";
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (2)
577
if (options.
GenerateExecutable
)
3207
string extension = (options.
GenerateExecutable
) ? "exe" : "dll";