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