3 instantiations of DocumentDiagnosticParams
IdeBenchmarks (1)
Lsp\LspSourceGeneratorBenchmarks.cs (1)
114new LSP.DocumentDiagnosticParams
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Diagnostics\AbstractPullDiagnosticTestsBase.cs (1)
303return new DocumentDiagnosticParams
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
FileBasedProgramsWorkspaceTests.cs (1)
598new DocumentDiagnosticParams() { TextDocument = new TextDocumentIdentifier { DocumentUri = nonFileUri } },
9 references to DocumentDiagnosticParams
IdeBenchmarks (1)
Lsp\LspSourceGeneratorBenchmarks.cs (1)
112await testServer.ExecuteRequestAsync<LSP.DocumentDiagnosticParams, SumType>(
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\Diagnostics\Public\PublicDocumentPullDiagnosticsHandler.cs (4)
26: AbstractDocumentPullDiagnosticHandler<DocumentDiagnosticParams, DocumentDiagnosticPartialReport, DocumentDiagnosticReport>( 31protected override string? GetRequestDiagnosticCategory(DocumentDiagnosticParams diagnosticsParams) 34public override TextDocumentIdentifier GetTextDocumentIdentifier(DocumentDiagnosticParams diagnosticsParams) 80protected override ImmutableArray<PreviousPullResult>? GetPreviousResults(DocumentDiagnosticParams diagnosticsParams)
Protocol\Methods.Diagnostics.cs (1)
53public static readonly LspNotification<DocumentDiagnosticParams> TextDocumentDiagnostic = new(TextDocumentDiagnosticName);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Diagnostics\AbstractPullDiagnosticTestsBase.cs (2)
274var diagnostics = await testLspServer.ExecuteRequestAsync<DocumentDiagnosticParams, SumType<FullDocumentDiagnosticReport, UnchangedDocumentDiagnosticReport>>( 297static DocumentDiagnosticParams CreateProposedDocumentDiagnosticParams(
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
FileBasedProgramsWorkspaceTests.cs (1)
596testLspServer.ExecuteRequestAsync<DocumentDiagnosticParams, SumType<FullDocumentDiagnosticReport, UnchangedDocumentDiagnosticReport>>(