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)
127if (extractInterfaceOptions.IsCancelled)
ExtractInterface\ExtractInterfaceCodeAction.cs (1)
39if (options is ExtractInterfaceOptionsResult extractInterfaceOptions && !extractInterfaceOptions.IsCancelled)