3 references to WasCancelled
Microsoft.NET.ProjectData (3)
Donor\ProjectDataDonorIndex.Git.cs (1)
225 public bool WasInterrupted => this.WasCancelled || this.TimedOut;
Donor\ProjectDataDonorIndex.Selection.cs (2)
64 if (gitQueryContext.GetRemainingMilliseconds() == 0 && gitQueryContext.WasCancelled) 108 return new ProjectDataDonorSelectionResult(selection, gitQueryContext.WasCancelled);