1 instantiation of NodeContext
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
354
NodeContext nodeContext =
new
();
8 references to NodeContext
Microsoft.Build (8)
BackEnd\Components\Communications\NodeProviderInProc.cs (8)
64
private ConcurrentDictionary<int,
NodeContext
> _nodeContexts;
125
_nodeContexts = new ConcurrentDictionary<int,
NodeContext
>();
148
bool nodeExists = _nodeContexts.TryGetValue(nodeId, out
NodeContext
nodeContext);
161
foreach (
NodeContext
nodeContext in _nodeContexts.Values)
295
if (!_nodeContexts.TryGetValue(nodeId, out
NodeContext
nodeContext))
354
NodeContext
nodeContext = new();
409
foreach (
NodeContext
nodeContext in _nodeContexts.Values)
456
foreach (
NodeContext
nodeContext in _nodeContexts.Values)