2 instantiations of Scope
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
96Lookup.Scope scope = new Lookup.Scope(this, "Lookup()", projectItems, properties); 249Scope scope = new Scope(this, description, null, null);
53 references to Scope
Microsoft.Build (19)
BackEnd\Components\RequestBuilder\ItemBucket.cs (1)
54private readonly Lookup.Scope _lookupEntry;
BackEnd\Components\RequestBuilder\Lookup.cs (13)
73private LinkedList<Lookup.Scope> _lookupScopes = new LinkedList<Lookup.Scope>(); 96Lookup.Scope scope = new Lookup.Scope(this, "Lookup()", projectItems, properties); 106foreach (Lookup.Scope scope in that._lookupScopes) 246internal Lookup.Scope EnterScope(string description) 249Scope scope = new Scope(this, description, null, null); 260private void LeaveScope(Lookup.Scope scopeToLeave) 418foreach (Scope scope in _lookupScopes) 475foreach (Scope scope in _lookupScopes) 755LinkedListNode<Scope> node = _lookupScopes.First; 758Scope scope = node.Value; 987LinkedListNode<Scope> node = _lookupScopes.First; 990Scope scope = node.Value;
BackEnd\Components\RequestBuilder\TargetEntry.cs (5)
139private Stack<Lookup.Scope> _legacyCallTargetScopes; 467Lookup.Scope entryForInference = null; 468Lookup.Scope entryForExecution = null; 761_legacyCallTargetScopes = new Stack<Lookup.Scope>(); 799Lookup.Scope entry = _legacyCallTargetScopes.Pop();
Microsoft.Build.Engine.UnitTests (34)
BackEnd\IntrinsicTask_Tests.cs (2)
546var scope = lookup.EnterScope("test"); 649var scope = lookup.EnterScope("test");
BackEnd\Lookup_Tests.cs (32)
95Lookup.Scope enteredScope = lookup.EnterScope("x"); 106Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 159var scope = lookup.EnterScope("test"); 209var scope = lookup.EnterScope("test"); 259Lookup.Scope enteredScope = lookup.EnterScope("x"); 262Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 308Lookup.Scope enteredScope = lookup.EnterScope("x"); 323Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 362Lookup.Scope enteredScope = lookup.EnterScope("x"); 369Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 403Lookup.Scope enteredScope = lookup.EnterScope("x"); 411Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 467Lookup.Scope enteredScope = lookup.EnterScope("x"); 475Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 527Lookup.Scope enteredScope = lookup.EnterScope("x"); 535Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 598Lookup.Scope enteredScope = lookup.EnterScope("x"); 606Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 665Lookup.Scope enteredScope = lookup.EnterScope("x"); 673Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 720Lookup.Scope enteredScope = lookup.EnterScope("x"); 728Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 768Lookup.Scope enteredScope = lookup.EnterScope("x"); 775Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 907Lookup.Scope enteredScope = lookup.EnterScope("x"); 971Lookup.Scope enteredScope = lookup.EnterScope("x"); 1033Lookup.Scope enteredScope = lookup.EnterScope("x"); 1084Lookup.Scope enteredScope = lookup.EnterScope("x"); 1174Lookup.Scope enteredScope = lookup.EnterScope("x"); 1248Lookup.Scope enteredScope = lookup.EnterScope("x"); 1257Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 1266Lookup.Scope enteredScope3 = lookup.EnterScope("x");