2 implementations of CancelOnEdit
Microsoft.CodeAnalysis.EditorFeatures (1)
BackgroundWorkIndicator\DefaultBackgroundWorkIndicatorFactory.cs (1)
49public bool CancelOnEdit { get; set; }
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
BackgroundWorkIndicator\BackgroundWorkIndicatorContext.cs (1)
161public bool CancelOnEdit
1 write to CancelOnEdit
Microsoft.CodeAnalysis.EditorFeatures (1)
ExtractMethod\ExtractMethodCommandHandler.cs (1)
220waitContext.CancelOnEdit = false;