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)
52private 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) 737LinkedListNode<Scope> node = _lookupScopes.First; 740Scope scope = node.Value; 969LinkedListNode<Scope> node = _lookupScopes.First; 972Scope scope = node.Value;
BackEnd\Components\RequestBuilder\TargetEntry.cs (5)
138private Stack<Lookup.Scope> _legacyCallTargetScopes; 451Lookup.Scope entryForInference = null; 452Lookup.Scope entryForExecution = null; 755_legacyCallTargetScopes = new Stack<Lookup.Scope>(); 793Lookup.Scope entry = _legacyCallTargetScopes.Pop();
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
566Lookup.Scope scope = bucket.Lookup.EnterScope("STA Thread for Task");
Microsoft.Build.Engine.UnitTests (34)
BackEnd\IntrinsicTask_Tests.cs (2)
520var scope = lookup.EnterScope("test"); 623var scope = lookup.EnterScope("test");
BackEnd\Lookup_Tests.cs (32)
96Lookup.Scope enteredScope = lookup.EnterScope("x"); 107Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 160var scope = lookup.EnterScope("test"); 210var scope = lookup.EnterScope("test"); 260Lookup.Scope enteredScope = lookup.EnterScope("x"); 263Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 309Lookup.Scope enteredScope = lookup.EnterScope("x"); 324Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 363Lookup.Scope enteredScope = lookup.EnterScope("x"); 370Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 404Lookup.Scope enteredScope = lookup.EnterScope("x"); 412Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 468Lookup.Scope enteredScope = lookup.EnterScope("x"); 476Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 528Lookup.Scope enteredScope = lookup.EnterScope("x"); 536Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 599Lookup.Scope enteredScope = lookup.EnterScope("x"); 607Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 666Lookup.Scope enteredScope = lookup.EnterScope("x"); 674Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 721Lookup.Scope enteredScope = lookup.EnterScope("x"); 729Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 769Lookup.Scope enteredScope = lookup.EnterScope("x"); 776Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 908Lookup.Scope enteredScope = lookup.EnterScope("x"); 972Lookup.Scope enteredScope = lookup.EnterScope("x"); 1034Lookup.Scope enteredScope = lookup.EnterScope("x"); 1085Lookup.Scope enteredScope = lookup.EnterScope("x"); 1175Lookup.Scope enteredScope = lookup.EnterScope("x"); 1249Lookup.Scope enteredScope = lookup.EnterScope("x"); 1258Lookup.Scope enteredScope2 = lookup.EnterScope("x"); 1267Lookup.Scope enteredScope3 = lookup.EnterScope("x");