1 write to Solution
Microsoft.CodeAnalysis.Features (1)
Diagnostics\DiagnosticsUpdatedArgs.cs (1)
32Solution = solution;
8 references to Solution
Microsoft.CodeAnalysis.EditorFeatures (3)
Diagnostics\AbstractPushOrPullDiagnosticsTaggerProvider.PushDiagnosticsTaggerProvider.cs (3)
62if (e.Solution == null || e.DocumentId == null) 72var document = e.Solution.GetDocument(e.DocumentId); 78&& e.Solution.GetProject(e.DocumentId.ProjectId) is { } project)
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\VSTypeScript\Api\VSTypeScriptDiagnosticsUpdatedArgsWrapper.cs (1)
17=> UnderlyingObject.Solution;
Microsoft.VisualStudio.LanguageServices (4)
TableDataSource\VisualStudioBaseDiagnosticListTable.LiveTableDataSource.cs (4)
157if (args?.DocumentId == null || args?.Solution == null) 162var documents = GetDocumentsWithSameFilePath(args.Solution, args.DocumentId); 168if (data.DocumentId == null || data.Solution == null) 174var documents = GetDocumentsWithSameFilePath(data.Solution, data.DocumentId);