2 writes to IsCancelled
Microsoft.CodeAnalysis.Features (2)
ExtractInterface\ExtractInterfaceOptionsResult.cs (2)
32
IsCancelled
= isCancelled;
41
=>
IsCancelled
= isCancelled;
3 references to IsCancelled
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
ExtractInterface\ExtractInterfaceTestState.cs (1)
115
options.
IsCancelled
,
Microsoft.CodeAnalysis.Features (2)
ExtractInterface\AbstractExtractInterfaceService.cs (1)
130
if (extractInterfaceOptions.
IsCancelled
)
ExtractInterface\ExtractInterfaceCodeAction.cs (1)
43
if (options is ExtractInterfaceOptionsResult extractInterfaceOptions && !extractInterfaceOptions.
IsCancelled
)