1 instantiation of NodeContext
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
352
NodeContext nodeContext =
new
();
9 references to NodeContext
Microsoft.Build (9)
BackEnd\Components\Communications\NodeProviderInProc.cs (9)
63
private ConcurrentDictionary<int,
NodeContext
> _nodeContexts;
129
_nodeContexts = new ConcurrentDictionary<int,
NodeContext
>(
135
_nodeContexts = new ConcurrentDictionary<int,
NodeContext
>();
159
bool nodeExists = _nodeContexts.TryGetValue(nodeId, out
NodeContext
nodeContext);
172
foreach (
NodeContext
nodeContext in _nodeContexts.Values)
293
if (!_nodeContexts.TryGetValue(nodeId, out
NodeContext
nodeContext))
352
NodeContext
nodeContext = new();
407
foreach (
NodeContext
nodeContext in _nodeContexts.Values)
454
foreach (
NodeContext
nodeContext in _nodeContexts.Values)