2 writes to _priorityLevel
System.Diagnostics.Process (2)
System\Diagnostics\ProcessThread.cs (2)
98
_priorityLevel
= PriorityLevelCore;
106
_priorityLevel
= value;
2 references to _priorityLevel
System.Diagnostics.Process (2)
System\Diagnostics\ProcessThread.cs (2)
96
if (!
_priorityLevel
.HasValue)
100
return
_priorityLevel
.Value;