2 references to Project_Path_is_illegal
Microsoft.VisualStudio.LanguageServices (2)
GenerateType\GenerateTypeDialogViewModel.cs (2)
272
if (!TryGetImplicitFilePath(this.SelectedProject.FilePath ?? string.Empty, ServicesVSResources.
Project_Path_is_illegal
, out implicitFilePath))
318
else if (!TryGetImplicitFilePath(this.SelectedProject.FilePath, ServicesVSResources.
Project_Path_is_illegal
, out projectRootPath))