3 references to TryGetImplicitFilePath
Microsoft.VisualStudio.LanguageServices (3)
GenerateType\GenerateTypeDialogViewModel.cs (3)
271
if (!
TryGetImplicitFilePath
(this.SelectedProject.FilePath ?? string.Empty, ServicesVSResources.Project_Path_is_illegal, out implicitFilePath))
278
if (!
TryGetImplicitFilePath
(_document.FilePath, ServicesVSResources.DocumentPath_is_illegal, out implicitFilePath))
317
else if (!
TryGetImplicitFilePath
(this.SelectedProject.FilePath, ServicesVSResources.Project_Path_is_illegal, out projectRootPath))