2 writes to _priorityBoostEnabled
System.Diagnostics.Process (2)
System\Diagnostics\ProcessThread.cs (2)
73
_priorityBoostEnabled
= PriorityBoostEnabledCore;
80
_priorityBoostEnabled
= value;
2 references to _priorityBoostEnabled
System.Diagnostics.Process (2)
System\Diagnostics\ProcessThread.cs (2)
71
if (!
_priorityBoostEnabled
.HasValue)
75
return
_priorityBoostEnabled
.Value;