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