4 references to BelowNormal
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\BrokeredServiceBase.cs (1)
42Process.GetCurrentProcess().TrySetPriorityClass(ProcessPriorityClass.BelowNormal);
RunTests (1)
ProcessRunner.cs (1)
164process.PriorityClass = ProcessPriorityClass.BelowNormal;
System.Diagnostics.Process (2)
System\Diagnostics\Process.Unix.cs (2)
278pri <= 10 ? ProcessPriorityClass.BelowNormal : 291case ProcessPriorityClass.BelowNormal: pri = 10; break;