1 instantiation of TestDiagnosticResult
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Diagnostics\AbstractPullDiagnosticTestsBase.cs (1)
178
return new
TestDiagnosticResult
(new TextDocumentIdentifier { DocumentUri = unchangedReport.Uri }, unchangedReport.ResultId, null);
8 references to TestDiagnosticResult
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (8)
Diagnostics\AbstractPullDiagnosticTestsBase.cs (7)
58
private protected static async Task<ImmutableArray<
TestDiagnosticResult
>> RunGetWorkspacePullDiagnosticsAsync(
80
private protected static async Task<ImmutableArray<
TestDiagnosticResult
>> RunVSGetWorkspacePullDiagnosticsAsync(
114
private protected static async Task<ImmutableArray<
TestDiagnosticResult
>> RunPublicGetWorkspacePullDiagnosticsAsync(
169
private static
TestDiagnosticResult
ConvertWorkspaceDiagnosticResult(SumType<WorkspaceFullDocumentDiagnosticReport, WorkspaceUnchangedDocumentDiagnosticReport> workspaceReport)
184
private protected static ImmutableArray<(string resultId, TextDocumentIdentifier identifier)> CreateDiagnosticParamsFromPreviousReports(ImmutableArray<
TestDiagnosticResult
> results)
232
private protected static Task<ImmutableArray<
TestDiagnosticResult
>> RunGetDocumentPullDiagnosticsAsync(
243
private protected static async Task<ImmutableArray<
TestDiagnosticResult
>> RunGetDocumentPullDiagnosticsAsync(
Diagnostics\PullDiagnosticTests.cs (1)
1340
static string Inspect(
TestDiagnosticResult
result)