2 instantiations of Scope
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
97
Lookup.Scope scope = new Lookup.
Scope
(this, "Lookup()", projectItems, properties);
250
Scope scope = new
Scope
(this, description, null, null);
54 references to Scope
Microsoft.Build (20)
BackEnd\Components\RequestBuilder\ItemBucket.cs (1)
55
private readonly Lookup.
Scope
_lookupEntry;
BackEnd\Components\RequestBuilder\Lookup.cs (13)
74
private LinkedList<Lookup.
Scope
> _lookupScopes = new LinkedList<Lookup.
Scope
>();
97
Lookup.
Scope
scope = new Lookup.Scope(this, "Lookup()", projectItems, properties);
107
foreach (Lookup.
Scope
scope in that._lookupScopes)
247
internal Lookup.
Scope
EnterScope(string description)
250
Scope
scope = new Scope(this, description, null, null);
261
private void LeaveScope(Lookup.
Scope
scopeToLeave)
419
foreach (
Scope
scope in _lookupScopes)
476
foreach (
Scope
scope in _lookupScopes)
756
LinkedListNode<
Scope
> node = _lookupScopes.First;
759
Scope
scope = node.Value;
988
LinkedListNode<
Scope
> node = _lookupScopes.First;
991
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();
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
564
Lookup.
Scope
scope = bucket.Lookup.EnterScope("STA Thread for Task");
Microsoft.Build.Engine.UnitTests (34)
BackEnd\IntrinsicTask_Tests.cs (2)
547
var
scope = lookup.EnterScope("test");
650
var
scope = lookup.EnterScope("test");
BackEnd\Lookup_Tests.cs (32)
96
Lookup.
Scope
enteredScope = lookup.EnterScope("x");
107
Lookup.
Scope
enteredScope2 = lookup.EnterScope("x");
160
var
scope = lookup.EnterScope("test");
210
var
scope = lookup.EnterScope("test");
260
Lookup.
Scope
enteredScope = lookup.EnterScope("x");
263
Lookup.
Scope
enteredScope2 = lookup.EnterScope("x");
309
Lookup.
Scope
enteredScope = lookup.EnterScope("x");
324
Lookup.
Scope
enteredScope2 = lookup.EnterScope("x");
363
Lookup.
Scope
enteredScope = lookup.EnterScope("x");
370
Lookup.
Scope
enteredScope2 = lookup.EnterScope("x");
404
Lookup.
Scope
enteredScope = lookup.EnterScope("x");
412
Lookup.
Scope
enteredScope2 = lookup.EnterScope("x");
468
Lookup.
Scope
enteredScope = lookup.EnterScope("x");
476
Lookup.
Scope
enteredScope2 = lookup.EnterScope("x");
528
Lookup.
Scope
enteredScope = lookup.EnterScope("x");
536
Lookup.
Scope
enteredScope2 = lookup.EnterScope("x");
599
Lookup.
Scope
enteredScope = lookup.EnterScope("x");
607
Lookup.
Scope
enteredScope2 = lookup.EnterScope("x");
666
Lookup.
Scope
enteredScope = lookup.EnterScope("x");
674
Lookup.
Scope
enteredScope2 = lookup.EnterScope("x");
721
Lookup.
Scope
enteredScope = lookup.EnterScope("x");
729
Lookup.
Scope
enteredScope2 = lookup.EnterScope("x");
769
Lookup.
Scope
enteredScope = lookup.EnterScope("x");
776
Lookup.
Scope
enteredScope2 = lookup.EnterScope("x");
908
Lookup.
Scope
enteredScope = lookup.EnterScope("x");
972
Lookup.
Scope
enteredScope = lookup.EnterScope("x");
1034
Lookup.
Scope
enteredScope = lookup.EnterScope("x");
1085
Lookup.
Scope
enteredScope = lookup.EnterScope("x");
1175
Lookup.
Scope
enteredScope = lookup.EnterScope("x");
1249
Lookup.
Scope
enteredScope = lookup.EnterScope("x");
1258
Lookup.
Scope
enteredScope2 = lookup.EnterScope("x");
1267
Lookup.
Scope
enteredScope3 = lookup.EnterScope("x");