2 writes to _isSchedulingCompleted
Microsoft.Build (2)
Graph\ParallelWorkSet.cs (2)
75get => Volatile.Read(ref _isSchedulingCompleted); 76private set => Volatile.Write(ref _isSchedulingCompleted, value);