1 instantiation of TypeBasedOpenApiOperationTransformer
Microsoft.AspNetCore.OpenApi (1)
Services\OpenApiOptions.cs (1)
107
OperationTransformers.Add(new
TypeBasedOpenApiOperationTransformer
(typeof(TTransformerType)));
2 references to TypeBasedOpenApiOperationTransformer
Microsoft.AspNetCore.OpenApi (2)
Services\OpenApiDocumentService.cs (1)
127
if (operationTransformer is
TypeBasedOpenApiOperationTransformer
typeBasedTransformer)
Transformers\TypeBasedTransforrmerExtensions.cs (1)
13
/// This method is intended to be invoked on <see cref="
TypeBasedOpenApiOperationTransformer
" /> and <see cref="TypeBasedOpenApiSchemaTransformer" />.