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