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