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)
96if (!_priorityLevel.HasValue) 100return _priorityLevel.Value;