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