2 instantiations of Scope
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
108_lookupScopes = new Lookup.Scope(this, "Lookup()", properties); 252Scope scope = new Scope(this, description, null);
50 references to Scope
Microsoft.Build (16)
BackEnd\Components\RequestBuilder\ItemBucket.cs (1)
55private readonly Lookup.Scope _lookupEntry;
BackEnd\Components\RequestBuilder\Lookup.cs (10)
84private Lookup.Scope _lookupScopes; 249internal Lookup.Scope EnterScope(string description) 252Scope scope = new Scope(this, description, null); 263private void LeaveScope(Lookup.Scope scopeToLeave) 419Scope scope = _lookupScopes; 477Scope scope = _lookupScopes; 831Scope scope = _lookupScopes; 1068Scope scope = _lookupScopes; 1457internal Scope Parent { get; } 1467Scope scope = Parent;
BackEnd\Components\RequestBuilder\TargetEntry.cs (5)
139private Stack<Lookup.Scope> _legacyCallTargetScopes; 462Lookup.Scope entryForInference = null; 463Lookup.Scope entryForExecution = null; 760_legacyCallTargetScopes = new Stack<Lookup.Scope>(); 798Lookup.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");