1 write to Solution
Microsoft.CodeAnalysis.Features (1)
Diagnostics\DiagnosticsUpdatedArgs.cs (1)
32
Solution
= solution;
8 references to Solution
Microsoft.CodeAnalysis.EditorFeatures (3)
Diagnostics\AbstractPushOrPullDiagnosticsTaggerProvider.PushDiagnosticsTaggerProvider.cs (3)
62
if (e.
Solution
== null || e.DocumentId == null)
72
var 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)
157
if (args?.DocumentId == null || args?.
Solution
== null)
162
var documents = GetDocumentsWithSameFilePath(args.
Solution
, args.DocumentId);
168
if (data.DocumentId == null || data.
Solution
== null)
174
var documents = GetDocumentsWithSameFilePath(data.
Solution
, data.DocumentId);