5 references to SameFile
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
ExtractInterface\ExtractInterfaceTestState.cs (1)
113
ExtractInterfaceOptionsResult.ExtractLocation.
SameFile
);
ExtractInterface\TestExtractInterfaceOptions.cs (1)
54
location: SameFile ? ExtractInterfaceOptionsResult.ExtractLocation.
SameFile
: ExtractInterfaceOptionsResult.ExtractLocation.NewFile);
Microsoft.CodeAnalysis.Features (1)
ExtractInterface\AbstractExtractInterfaceService.cs (1)
161
case ExtractInterfaceOptionsResult.ExtractLocation.
SameFile
:
Microsoft.CodeAnalysis.LanguageServer (1)
Services\LspExtractInterfaceOptionsService.cs (1)
31
ExtractInterfaceOptionsResult.ExtractLocation.
SameFile
);
Microsoft.VisualStudio.LanguageServices (1)
ExtractInterface\VisualStudioExtractInterfaceOptionsService.cs (1)
95
NewTypeDestination.CurrentFile => ExtractInterfaceOptionsResult.ExtractLocation.
SameFile
,