1 write to ExtractInterfaceService
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
ExtractInterface\ExtractInterfaceTestState.cs (1)
68ExtractInterfaceService = ExtractFromDocument.GetLanguageService<AbstractExtractInterfaceService>();
3 references to ExtractInterfaceService
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (3)
ExtractInterface\ExtractInterfaceTestState.cs (3)
81return ExtractInterfaceService.AnalyzeTypeAtPositionAsync( 91return ExtractInterfaceService.ExtractInterfaceAsync( 105var actions = await ExtractInterfaceService.GetExtractInterfaceCodeActionAsync(