36 references to RunGetDocumentPullDiagnosticsAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (36)
Diagnostics\PullDiagnosticTests.cs (36)
46var results = await RunGetDocumentPullDiagnosticsAsync(testLspServer, document.GetURI(), useVSDiagnostics);
65var results = await RunGetDocumentPullDiagnosticsAsync(
87var syntaxResults = await RunGetDocumentPullDiagnosticsAsync(
90var semanticResults = await RunGetDocumentPullDiagnosticsAsync(
96var syntaxResults2 = await RunGetDocumentPullDiagnosticsAsync(
98var semanticResults2 = await RunGetDocumentPullDiagnosticsAsync(
124var results = await RunGetDocumentPullDiagnosticsAsync(
149var results = await RunGetDocumentPullDiagnosticsAsync(
172var results = await RunGetDocumentPullDiagnosticsAsync(
200await Assert.ThrowsAsync<StreamJsonRpc.RemoteInvocationException>(async () => await RunGetDocumentPullDiagnosticsAsync(testLspServer, document.GetURI(), useVSDiagnostics));
219await Assert.ThrowsAsync<StreamJsonRpc.RemoteInvocationException>(async () => await RunGetDocumentPullDiagnosticsAsync(testLspServer, document.GetURI(), useVSDiagnostics));
237var results = await RunGetDocumentPullDiagnosticsAsync(testLspServer, document.GetURI(), useVSDiagnostics);
259var results = await RunGetDocumentPullDiagnosticsAsync(testLspServer, document.GetURI(), useVSDiagnostics).ConfigureAwait(false);
267results = await RunGetDocumentPullDiagnosticsAsync(testLspServer, document.GetURI(), useVSDiagnostics, results.Single().ResultId).ConfigureAwait(false);
287var results = await RunGetDocumentPullDiagnosticsAsync(testLspServer, document.GetURI(), useVSDiagnostics);
292results = await RunGetDocumentPullDiagnosticsAsync(
314var results = await RunGetDocumentPullDiagnosticsAsync(testLspServer, document.GetURI(), useVSDiagnostics);
325results = await RunGetDocumentPullDiagnosticsAsync(
347var results = await RunGetDocumentPullDiagnosticsAsync(testLspServer, document.GetURI(), useVSDiagnostics);
352results = await RunGetDocumentPullDiagnosticsAsync(testLspServer, document.GetURI(), useVSDiagnostics, results.Single().ResultId);
369var results = await RunGetDocumentPullDiagnosticsAsync(testLspServer, document.GetURI(), useVSDiagnostics);
376results = await RunGetDocumentPullDiagnosticsAsync(
399var results = await RunGetDocumentPullDiagnosticsAsync(
420var results = await RunGetDocumentPullDiagnosticsAsync(testLspServer, document.GetURI(), useVSDiagnostics, useProgress: true);
456var results = await RunGetDocumentPullDiagnosticsAsync(testLspServer, csproj2Document.GetURI(), useVSDiagnostics);
467results = await RunGetDocumentPullDiagnosticsAsync(testLspServer, csproj1Document.GetURI(), useVSDiagnostics);
554var results = await RunGetDocumentPullDiagnosticsAsync(testLspServer, csproj1Document.GetURI(), useVSDiagnostics);
562results = await RunGetDocumentPullDiagnosticsAsync(testLspServer, csproj1Document.GetURI(), useVSDiagnostics, originalResultId);
600var results = await RunGetDocumentPullDiagnosticsAsync(testLspServer, csproj1Document.GetURI(), useVSDiagnostics);
609results = await RunGetDocumentPullDiagnosticsAsync(testLspServer, csproj1Document.GetURI(), useVSDiagnostics, originalResultId);
632var results = await RunGetDocumentPullDiagnosticsAsync(
657var results = await RunGetDocumentPullDiagnosticsAsync(
684var results = await RunGetDocumentPullDiagnosticsAsync(
709var results = await RunGetDocumentPullDiagnosticsAsync(
748var results = await RunGetDocumentPullDiagnosticsAsync(
775var results = await RunGetDocumentPullDiagnosticsAsync(