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