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