3 references to TryGetProjectData
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\VisualStudioWorkspaceImpl.cs (3)
451if (!TryGetProjectData(projectId, out hierarchy!, out project!)) 458=> TryGetProjectData(projectId, out var _, out var project) ? project : null; 462if (!TryGetProjectData(projectId, out _, out var project))