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