2 instantiations of 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);
10 references to LiveDiagnosticUpdateArgsId
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (6)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (6)
504var liveId = (LiveDiagnosticUpdateArgsId)e.Id; 610var liveId = (LiveDiagnosticUpdateArgsId)e.Id; 1176var liveId = (LiveDiagnosticUpdateArgsId)e.Id;
Microsoft.CodeAnalysis.Features (1)
Diagnostics\LiveDiagnosticUpdateArgsId.cs (1)
31if (obj is not LiveDiagnosticUpdateArgsId other)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnostics.cs (1)
21if (id is not LiveDiagnosticUpdateArgsId argsId)
Microsoft.VisualStudio.LanguageServices (2)
TableDataSource\VisualStudioBaseDiagnosticListTable.LiveTableDataSource.cs (2)
171if (data.Id is not LiveDiagnosticUpdateArgsId liveArgsId) 546if (e.Id is LiveDiagnosticUpdateArgsId live)