1 write to CancelOnEdit
Microsoft.CodeAnalysis.EditorFeatures (1)
BackgroundWorkIndicator\BackgroundWorkIndicatorContext.cs (1)
303this.CancelOnEdit = false;
2 references to CancelOnEdit
Microsoft.CodeAnalysis.EditorFeatures (2)
BackgroundWorkIndicator\BackgroundWorkIndicatorContext.cs (2)
141if (CancelOnEdit) 302var disposer = new SuppressAutoCancelDisposable(this, this.CancelOnEdit, this.CancelOnFocusLost);