2 instantiations of Scope
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
108
_lookupScopes = new Lookup.
Scope
(this, "Lookup()", properties);
252
Scope scope = new
Scope
(this, description, null);
16 references to Scope
Microsoft.Build (16)
BackEnd\Components\RequestBuilder\ItemBucket.cs (1)
55
private readonly Lookup.
Scope
_lookupEntry;
BackEnd\Components\RequestBuilder\Lookup.cs (10)
84
private Lookup.
Scope
_lookupScopes;
249
internal Lookup.
Scope
EnterScope(string description)
252
Scope
scope = new Scope(this, description, null);
263
private void LeaveScope(Lookup.
Scope
scopeToLeave)
419
Scope
scope = _lookupScopes;
477
Scope
scope = _lookupScopes;
843
Scope
scope = _lookupScopes;
1077
Scope
scope = _lookupScopes;
1466
internal
Scope
Parent { get; }
1476
Scope
scope = Parent;
BackEnd\Components\RequestBuilder\TargetEntry.cs (5)
139
private Stack<Lookup.
Scope
> _legacyCallTargetScopes;
463
Lookup.
Scope
entryForInference = null;
464
Lookup.
Scope
entryForExecution = null;
761
_legacyCallTargetScopes = new Stack<Lookup.
Scope
>();
799
Lookup.
Scope
entry = _legacyCallTargetScopes.Pop();