2 references to LiveDiagnosticUpdateArgsId
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.cs (2)
219
=> new
LiveDiagnosticUpdateArgsId
(stateSet.Analyzer, documentId, kind, stateSet.ErrorSourceName);
222
=> new
LiveDiagnosticUpdateArgsId
(stateSet.Analyzer, projectId, kind, stateSet.ErrorSourceName);