1 instantiation of ExtractInterfaceCodeAction
Microsoft.CodeAnalysis.Features (1)
ExtractInterface\AbstractExtractInterfaceService.cs (1)
56
? ImmutableArray.Create(new
ExtractInterfaceCodeAction
(this, typeAnalysisResult))
3 references to ExtractInterfaceCodeAction
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
ExtractInterface\ExtractInterfaceTestState.cs (1)
111
var
action = actions.Single();
Microsoft.CodeAnalysis.Features (2)
ExtractInterface\AbstractExtractInterfaceService.cs (2)
51
public async Task<ImmutableArray<
ExtractInterfaceCodeAction
>> GetExtractInterfaceCodeActionAsync(Document document, TextSpan span, CleanCodeGenerationOptionsProvider fallbackOptions, CancellationToken cancellationToken)
57
: ImmutableArray<
ExtractInterfaceCodeAction
>.Empty;