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