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