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);
54 references to Scope
Microsoft.Build (20)
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) 768LinkedListNode<Scope> node = _lookupScopes.First; 771Scope scope = node.Value; 1000LinkedListNode<Scope> node = _lookupScopes.First; 1003Scope scope = node.Value;
BackEnd\Components\RequestBuilder\TargetEntry.cs (5)
139private Stack<Lookup.Scope> _legacyCallTargetScopes; 462Lookup.Scope entryForInference = null; 463Lookup.Scope entryForExecution = null; 756_legacyCallTargetScopes = new Stack<Lookup.Scope>(); 794Lookup.Scope entry = _legacyCallTargetScopes.Pop();
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
573Lookup.Scope scope = bucket.Lookup.EnterScope("STA Thread for Task");
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");