3 references to OmniSharpExtractInterfaceOptionsResult
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (2)
ExtractInterface\IOmniSharpExtractInterfaceOptionsService.cs (1)
14Task<OmniSharpExtractInterfaceOptionsResult> GetExtractInterfaceOptionsAsync(
Internal\ExtractInterface\OmniSharpExtractInterfaceOptionsService.cs (1)
49var result = await _omniSharpExtractInterfaceOptionsService.GetExtractInterfaceOptionsAsync(extractableMembers, defaultInterfaceName).ConfigureAwait(false);
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.UnitTests (1)
EnumTests.cs (1)
22typeof(OmniSharpExtractInterfaceOptionsResult.OmniSharpExtractLocation))]