1 write to GenerateCodeCompileUnitOnly
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\CompileXomlTask.cs (1)
551compilerParameters.GenerateCodeCompileUnitOnly = true;
2 references to GenerateCodeCompileUnitOnly
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (2)
228if (!parameters.GenerateCodeCompileUnitOnly || parameters.CheckTypes) 268if (!results.Errors.HasErrors && !parameters.GenerateCodeCompileUnitOnly && parameters.GenerateInMemory &&