1 write to scope
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\XomlCompiler.cs (1)
122this.scope = scope;
7 references to scope
System.Workflow.ComponentModel (7)
AuthoringOM\Compiler\XomlCompiler.cs (7)
141return this.scope.RootNamespace; 148return this.scope.Language; 155return this.scope.CheckTypes; 163return this.scope.TargetFramework; 170FrameworkName fx = this.scope.TargetFramework; 185return this.scope; 218FrameworkName framework = this.scope.TargetFramework;