4 references to SameFile
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
ExtractInterface\ExtractInterfaceTestState.cs (1)
119
ExtractInterfaceOptionsResult.ExtractLocation.
SameFile
,
ExtractInterface\TestExtractInterfaceOptions.cs (1)
69
location: SameFile ? ExtractInterfaceOptionsResult.ExtractLocation.
SameFile
: ExtractInterfaceOptionsResult.ExtractLocation.NewFile,
Microsoft.CodeAnalysis.Features (1)
ExtractInterface\AbstractExtractInterfaceService.cs (1)
166
case ExtractInterfaceOptionsResult.ExtractLocation.
SameFile
:
Microsoft.VisualStudio.LanguageServices (1)
ExtractInterface\VisualStudioExtractInterfaceOptionsService.cs (1)
109
NewTypeDestination.CurrentFile => ExtractInterfaceOptionsResult.ExtractLocation.
SameFile
,