3 references to NewFile
Microsoft.VisualStudio.LanguageServices (3)
CommonControls\NewTypeDestinationSelectionViewModel.cs (2)
91
private NewTypeDestination _destination = NewTypeDestination.
NewFile
;
142
public bool FileNameEnabled => Destination == NewTypeDestination.
NewFile
;
ExtractInterface\VisualStudioExtractInterfaceOptionsService.cs (1)
110
NewTypeDestination.
NewFile
=> ExtractInterfaceOptionsResult.ExtractLocation.NewFile,