5 references to NodeMode
MSBuild (5)
DebugUtils.cs (5)
66private static readonly Lazy<NodeMode> ProcessNodeMode = new( 71NodeMode ScanNodeMode(string input) 77return NodeMode.CentralNode; 85"1" => NodeMode.OutOfProcNode, 86"2" => NodeMode.OutOfProcTaskHostNode,