5 references to NodeMode
Microsoft.Build (5)
DebugUtils.cs (5)
65private static readonly Lazy<NodeMode> ProcessNodeMode = new( 70NodeMode ScanNodeMode(string input) 76return NodeMode.CentralNode; 84"1" => NodeMode.OutOfProcNode, 85"2" => NodeMode.OutOfProcTaskHostNode,