2 writes to wasCancelled
Microsoft.NET.ProjectData (2)
Donor\ProjectDataDonorIndex.Git.cs (2)
221
public bool WasCancelled => Volatile.Read(ref this.
wasCancelled
);
238
Volatile.Write(ref this.
wasCancelled
, true);