1 write to Solution
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
648Solution = solution;
6 references to Solution
Microsoft.VisualStudio.LanguageServices (6)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (6)
198var solution = state.Solution; 352var solution = inProgressState.Solution; 687var project = Solution.GetProject(projectId); 696var descriptorMap = Solution.State.Analyzers.GetDiagnosticDescriptorsPerReference(_owner._diagnosticService.AnalyzerInfoCache, project); 750return _projectsWithErrors.Where(p => Solution.GetProject(p) != null); 756var project = Solution.GetProject(projectId);