5 references to ExtractLocation
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Internal\ExtractInterface\OmniSharpExtractInterfaceOptionsService.cs (1)
37
(ExtractInterfaceOptionsResult.
ExtractLocation
)result.Location);
Microsoft.CodeAnalysis.Features (4)
ExtractInterface\AbstractExtractInterfaceService.cs (2)
151
case ExtractInterfaceOptionsResult.
ExtractLocation
.NewFile:
161
case ExtractInterfaceOptionsResult.
ExtractLocation
.SameFile:
ExtractInterface\ExtractInterfaceOptionsResult.cs (2)
25
public
ExtractLocation
Location { get; }
27
public ExtractInterfaceOptionsResult(bool isCancelled, ImmutableArray<ISymbol> includedMembers, string interfaceName, string fileName,
ExtractLocation
location)