10 references to CreateScope
System.Workflow.Activities (3)
Rules\DeclarativeExpressionConditionDeclaration.cs (1)
393
IDisposable localContextScope = (WorkflowCompilationContext.Current == null ? WorkflowCompilationContext.
CreateScope
(manager) : null);
Rules\Design\Dialogs\RuleSetBrowserDialog.cs (1)
110
using (WorkflowCompilationContext.
CreateScope
(manager))
Rules\RuleSetReference.cs (1)
148
IDisposable localContextScope = (WorkflowCompilationContext.Current == null ? WorkflowCompilationContext.
CreateScope
(manager) : null);
System.Workflow.ComponentModel (5)
AuthoringOM\Compiler\Validation\BindValidator.cs (2)
152
IDisposable localContextScope = (WorkflowCompilationContext.Current == null ? WorkflowCompilationContext.
CreateScope
(manager) : null);
349
IDisposable localContextScope = (WorkflowCompilationContext.Current == null ? WorkflowCompilationContext.
CreateScope
(manager) : null);
AuthoringOM\Design\ActivityDesigner.cs (1)
445
using (WorkflowCompilationContext.
CreateScope
(validationManager))
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
279
using (WorkflowCompilationContext.
CreateScope
(manager))
AuthoringOM\ScheduleChanges.cs (1)
106
using (WorkflowCompilationContext.
CreateScope
(validationManager))
System.Workflow.Runtime (2)
System\Activities\Statements\Interop.cs (1)
1016
using (WorkflowCompilationContext.
CreateScope
(manager))
WorkflowDefinitionDispenser.cs (1)
231
using (WorkflowCompilationContext.
CreateScope
(validationManager))