5 writes to GenerateExecutable
System.Activities (1)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (1)
2417compilerParameters.GenerateExecutable = false;
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityCodeGenerator.cs (1)
553compilerParams.GenerateExecutable = false;
System.Runtime.Remoting (1)
metadata\metadata.cs (1)
217 compileParams.GenerateExecutable = false; // target:library
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
352clonedParams.GenerateExecutable = sourceParams.GenerateExecutable;
AuthoringOM\Compiler\XomlCompilerParameters.cs (1)
361this.GenerateExecutable = parameters.GenerateExecutable;
8 references to GenerateExecutable
System (5)
compmod\microsoft\csharp\csharpcodeprovider.cs (2)
568if (options.GenerateExecutable) { 3393string extension = (options.GenerateExecutable) ? "exe" : "dll";
compmod\microsoft\visualbasic\VBCodeProvider.cs (2)
547if (options.GenerateExecutable) { 2823string extension = (options.GenerateExecutable) ? "exe" : "dll";
compmod\system\codedom\compiler\CodeCompiler.cs (1)
342string extension = (options.GenerateExecutable) ? "exe" : "dll";
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\CompileXomlTask.cs (1)
560string extension = (compilerParameters.GenerateExecutable) ? ".exe" : ".dll";
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
352clonedParams.GenerateExecutable = sourceParams.GenerateExecutable;
AuthoringOM\Compiler\XomlCompilerParameters.cs (1)
361this.GenerateExecutable = parameters.GenerateExecutable;