8 instantiations of Scope
Microsoft.TemplateEngine.Core (8)
Expressions\Cpp\CppStyleEvaluatorDefinition.cs (8)
293Scope tmp2 = new Scope 304Scope tmp = new Scope(); 384Scope root = new Scope(); 394Scope nextScope = new Scope 416Scope s = new Scope 476Scope nextScope = new Scope(); 485Scope s = new Scope 502Scope s = new Scope
21 references to Scope
Microsoft.TemplateEngine.Core (21)
Expressions\Cpp\CppStyleEvaluatorDefinition.cs (20)
282private static void CombineExpressionOperator(ref Scope current, Stack<Scope> parents) 286if (current.TargetPlacement != Scope.NextPlacement.Right 287|| current.Left is not Scope leftScope 293Scope tmp2 = new Scope 304Scope tmp = new Scope(); 384Scope root = new Scope(); 385Scope current = root; 386Stack<Scope> parents = new Stack<Scope>(); 394Scope nextScope = new Scope 396TargetPlacement = Scope.NextPlacement.Right 408while (parents.Count > 0 && current.TargetPlacement == Scope.NextPlacement.None) 416Scope s = new Scope 425current.TargetPlacement = Scope.NextPlacement.Right; 440if (parents.Count > 0 && current.TargetPlacement == Scope.NextPlacement.Right) 476Scope nextScope = new Scope(); 485Scope s = new Scope 502Scope s = new Scope 515while (parents.Count > 0 && current.TargetPlacement == Scope.NextPlacement.None)
Expressions\Cpp\Scope.cs (1)
99if (side is Scope scope)