2 instantiations of Scope
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
96_lookupScopes = new Lookup.Scope(this, "Lookup()", projectItems, properties); 245Scope scope = new Scope(this, description, null, null);
50 references to Scope
Microsoft.Build (16)
BackEnd\Components\RequestBuilder\ItemBucket.cs (1)
54private readonly Lookup.Scope _lookupEntry;
BackEnd\Components\RequestBuilder\Lookup.cs (10)
73private Lookup.Scope _lookupScopes; 242internal Lookup.Scope EnterScope(string description) 245Scope scope = new Scope(this, description, null, null); 256private void LeaveScope(Lookup.Scope scopeToLeave) 414Scope scope = _lookupScopes; 474Scope scope = _lookupScopes; 770Scope scope = _lookupScopes; 1026Scope scope = _lookupScopes; 1421internal Scope Parent { get; } 1431Scope scope = Parent;
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();
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");