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