2 references to GetAllDiagnosticsAsync
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\API\UnitTestingHotReloadService.cs (1)
148var diagnostics = await results.GetAllDiagnosticsAsync(solution, cancellationToken).ConfigureAwait(false);
ExternalAccess\Watch\Api\WatchHotReloadService.cs (1)
112var diagnostics = await results.GetAllDiagnosticsAsync(solution, cancellationToken).ConfigureAwait(false);