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