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