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