1 write to Solution
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
326Solution = solution;
3 references to Solution
Microsoft.VisualStudio.LanguageServices (3)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (3)
183var convertedDiagnostics = group.Select(d => CreateDiagnostic(projectId, projectHierarchyGuid, d, state.Solution)).ToImmutableArray(); 362var project = Solution.GetProject(projectId); 371var descriptorMap = Solution.SolutionState.Analyzers.GetDiagnosticDescriptorsPerReference(_owner.AnalyzerInfoCache, project);