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