2 references to OmniSharpExtractInterfaceOptionsResult
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (2)
ExtractInterface\IOmniSharpExtractInterfaceOptionsService.cs (1)
14Task<OmniSharpExtractInterfaceOptionsResult> GetExtractInterfaceOptionsAsync(
Internal\ExtractInterface\OmniSharpExtractInterfaceOptionsService.cs (1)
48var result = await _omniSharpExtractInterfaceOptionsService.GetExtractInterfaceOptionsAsync(extractableMembers, defaultInterfaceName).ConfigureAwait(false);