2 writes to IsCancelled
Microsoft.CodeAnalysis.Features (2)
ExtractInterface\ExtractInterfaceOptionsResult.cs (2)
29
IsCancelled
= isCancelled;
37
=>
IsCancelled
= isCancelled;
2 references to IsCancelled
Microsoft.CodeAnalysis.Features (2)
ExtractInterface\AbstractExtractInterfaceService.cs (1)
126
if (extractInterfaceOptions.
IsCancelled
)
ExtractInterface\ExtractInterfaceCodeAction.cs (1)
38
if (options is ExtractInterfaceOptionsResult extractInterfaceOptions && !extractInterfaceOptions.
IsCancelled
)