3 references to CurrentFile
Microsoft.VisualStudio.LanguageServices (3)
CommonControls\NewTypeDestinationSelectionViewModel.cs (1)
54_destination = canAddDocument ? NewTypeDestination.NewFile : NewTypeDestination.CurrentFile;
ExtractClass\VisualStudioExtractClassOptionsService.cs (1)
103viewModel.DestinationViewModel.Destination == CommonControls.NewTypeDestination.CurrentFile,
ExtractInterface\VisualStudioExtractInterfaceOptionsService.cs (1)
94NewTypeDestination.CurrentFile => ExtractInterfaceOptionsResult.ExtractLocation.SameFile,