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