1 write to ApplicationServices
Microsoft.AspNetCore.OpenApi (1)
Services\OpenApiDocumentService.cs (1)
109
ApplicationServices
= scopedServiceProvider,
3 references to ApplicationServices
Microsoft.AspNetCore.OpenApi (3)
Transformers\OpenApiDocumentTransformerContext.cs (2)
93
var schemaService =
ApplicationServices
.GetRequiredKeyedService<OpenApiSchemaService>(DocumentName);
98
scopedServiceProvider:
ApplicationServices
,
Transformers\TypeBasedOpenApiDocumentTransformer.cs (1)
24
var transformer = _transformerFactory.Invoke(context.
ApplicationServices
, []) as IOpenApiDocumentTransformer;