1 instantiation of NodeContext
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
366
NodeContext nodeContext =
new
();
9 references to NodeContext
Microsoft.Build (9)
BackEnd\Components\Communications\NodeProviderInProc.cs (9)
64
private ConcurrentDictionary<int,
NodeContext
> _nodeContexts;
130
_nodeContexts = new ConcurrentDictionary<int,
NodeContext
>(
136
_nodeContexts = new ConcurrentDictionary<int,
NodeContext
>();
160
bool nodeExists = _nodeContexts.TryGetValue(nodeId, out
NodeContext
nodeContext);
173
foreach (
NodeContext
nodeContext in _nodeContexts.Values)
307
if (!_nodeContexts.TryGetValue(nodeId, out
NodeContext
nodeContext))
366
NodeContext
nodeContext = new();
421
foreach (
NodeContext
nodeContext in _nodeContexts.Values)
468
foreach (
NodeContext
nodeContext in _nodeContexts.Values)