1 implementation of GetOpenApiDocumentAsync
Microsoft.AspNetCore.OpenApi (1)
Services\OpenApiDocumentService.cs (1)
762public Task<OpenApiDocument> GetOpenApiDocumentAsync(CancellationToken cancellationToken = default)
2 references to GetOpenApiDocumentAsync
Microsoft.AspNetCore.OpenApi.Tests (2)
Extensions\OpenApiServiceCollectionExtensionsTests.cs (2)
264var document = await documentProvider.GetOpenApiDocumentAsync(); 299await documentProvider.GetOpenApiDocumentAsync(cts.Token);