2 references to ExtractCompilerOptionSwitch
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (2)
289
noCode =
ExtractCompilerOptionSwitch
(ref options, WorkflowCompilerParameters.NoCodeSwitch, out compilerSwitchValue);
290
checkTypes =
ExtractCompilerOptionSwitch
(ref options, WorkflowCompilerParameters.CheckTypesSwitch, out compilerSwitchValue);