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