63 references to RunGetDocumentPullDiagnosticsAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (63)
Diagnostics\AdditionalFileDiagnosticsTests.cs (1)
57
var results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, additionalDocument.GetURI(), useVSDiagnostics, category: TestAdditionalFileDocumentSourceProvider.DiagnosticSourceProviderName);
Diagnostics\DiagnosticsPullCacheTests.cs (6)
38
var results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, document.GetURI(), useVSDiagnostics);
45
results = await
RunGetDocumentPullDiagnosticsAsync
(
68
var results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, document.GetURI(), useVSDiagnostics);
76
results = await
RunGetDocumentPullDiagnosticsAsync
(
99
var results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, document.GetURI(), useVSDiagnostics);
104
results = await
RunGetDocumentPullDiagnosticsAsync
(
Diagnostics\NonLocalDiagnosticTests.cs (3)
43
var results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, document.GetURI(), useVSDiagnostics: false, category: PublicDocumentNonLocalDiagnosticSourceProvider.NonLocal);
54
var results2 = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, document.GetURI(), useVSDiagnostics: false, previousResultId: results.Single().ResultId, category: PublicDocumentNonLocalDiagnosticSourceProvider.NonLocal);
63
var results2 = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, document.GetURI(), useVSDiagnostics: false, category: PublicDocumentNonLocalDiagnosticSourceProvider.NonLocal);
Diagnostics\PullDiagnosticTests.cs (53)
47
var results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, document.GetURI(), useVSDiagnostics);
59
results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, document.GetURI(), useVSDiagnostics);
80
var results = await
RunGetDocumentPullDiagnosticsAsync
(
100
var syntaxResults = await
RunGetDocumentPullDiagnosticsAsync
(
103
var semanticResults = await
RunGetDocumentPullDiagnosticsAsync
(
109
var syntaxResults2 = await
RunGetDocumentPullDiagnosticsAsync
(
111
var semanticResults2 = await
RunGetDocumentPullDiagnosticsAsync
(
117
var syntaxAnalyzerResults = await
RunGetDocumentPullDiagnosticsAsync
(
120
var semanticAnalyzerResults = await
RunGetDocumentPullDiagnosticsAsync
(
126
var syntaxAnalyzerResults2 = await
RunGetDocumentPullDiagnosticsAsync
(
128
var semanticAnalyzerResults2 = await
RunGetDocumentPullDiagnosticsAsync
(
182
var results = await
RunGetDocumentPullDiagnosticsAsync
(
199
var results = await
RunGetDocumentPullDiagnosticsAsync
(
222
var results = await
RunGetDocumentPullDiagnosticsAsync
(
239
var results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, document.GetURI(), useVSDiagnostics);
257
var results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, document.GetURI(), useVSDiagnostics).ConfigureAwait(false);
265
results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, document.GetURI(), useVSDiagnostics, results.Single().ResultId).ConfigureAwait(false);
282
var results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, document.GetURI(), useVSDiagnostics);
287
results = await
RunGetDocumentPullDiagnosticsAsync
(
305
var results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, document.GetURI(), useVSDiagnostics);
315
results = await
RunGetDocumentPullDiagnosticsAsync
(
333
var results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, document.GetURI(), useVSDiagnostics);
338
results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, document.GetURI(), useVSDiagnostics, results.Single().ResultId);
352
var results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, document.GetURI(), useVSDiagnostics);
358
results = await
RunGetDocumentPullDiagnosticsAsync
(
380
var results = await
RunGetDocumentPullDiagnosticsAsync
(
397
var results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, document.GetURI(), useVSDiagnostics, useProgress: true);
440
var results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, csproj2Document.GetURI(), useVSDiagnostics);
451
results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, csproj1Document.GetURI(), useVSDiagnostics);
545
var results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, csproj1Document.GetURI(), useVSDiagnostics);
553
results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, csproj1Document.GetURI(), useVSDiagnostics, originalResultId);
597
var results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, csproj1Document.GetURI(), useVSDiagnostics);
606
results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, csproj1Document.GetURI(), useVSDiagnostics, originalResultId);
624
var results = await
RunGetDocumentPullDiagnosticsAsync
(
644
var results = await
RunGetDocumentPullDiagnosticsAsync
(
695
var results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, document.GetURI(), useVSDiagnostics);
720
results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, document.GetURI(), useVSDiagnostics, previousResultId: firstResultId);
736
results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, document.GetURI(), useVSDiagnostics, previousResultId: secondResultId);
764
var results = await
RunGetDocumentPullDiagnosticsAsync
(
801
var initialDiagnostics = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, sourceGeneratorDocumentUri, useVSDiagnostics);
817
var secondDiagnostics = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, sourceGeneratorDocumentUri, useVSDiagnostics, previousResultId: firstResult.ResultId);
837
var thirdDiagnostics = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, sourceGeneratorDocumentUri, useVSDiagnostics);
862
var results = await
RunGetDocumentPullDiagnosticsAsync
(
902
var results = await
RunGetDocumentPullDiagnosticsAsync
(
931
var results = await
RunGetDocumentPullDiagnosticsAsync
(
972
var results = await
RunGetDocumentPullDiagnosticsAsync
(
998
var results = await
RunGetDocumentPullDiagnosticsAsync
(
1020
var results = await
RunGetDocumentPullDiagnosticsAsync
(
1048
var results = await
RunGetDocumentPullDiagnosticsAsync
(
1340
var results = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, document.GetURI(), useVSDiagnostics: false, category: PullDiagnosticCategories.EditAndContinue);
1386
var documentResults1 = await
RunGetDocumentPullDiagnosticsAsync
(testLspServer, openDocument.GetURI(), useVSDiagnostics, category: PullDiagnosticCategories.EditAndContinue);
1409
var documentResults2 = await
RunGetDocumentPullDiagnosticsAsync
(
1430
var documentResults3 = await
RunGetDocumentPullDiagnosticsAsync
(