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