2 instantiations of DefaultUpdateArgsId
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Diagnostics\DefaultDiagnosticAnalyzerService.cs (2)
133
DiagnosticsUpdatedArgs.DiagnosticsCreated(new
DefaultUpdateArgsId
(_workspace.Kind, kind, document.Id),
224
new
DefaultUpdateArgsId
(_workspace.Kind, kind, documentId), _workspace, null, documentId.ProjectId, documentId));
1 reference to DefaultUpdateArgsId
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DefaultDiagnosticAnalyzerService.cs (1)
262
if (obj is not
DefaultUpdateArgsId
other)