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);