1 write to Diagnostics
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DiagnosticService.cs (1)
404
Diagnostics
= diagnostics;
2 references to Diagnostics
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Diagnostics\DiagnosticService.cs (2)
245
var diagnostics = buffer[0].
Diagnostics
;
276
foreach (var diagnostic in data.
Diagnostics
)