7 references to AddDocumentTransformer
Microsoft.AspNetCore.OpenApi.Microbenchmarks (1)
TransformersBenchmark.cs (1)
75
_options.
AddDocumentTransformer
((document, context, token) =>
Microsoft.AspNetCore.OpenApi.Tests (5)
Transformers\DocumentTransformerTests.cs (2)
21
options.
AddDocumentTransformer
((document, context, cancellationToken) =>
26
options.
AddDocumentTransformer
((document, context, cancellationToken) =>
Transformers\OpenApiOptionsTests.cs (1)
21
var result = options.
AddDocumentTransformer
(transformer);
Transformers\OperationTransformerTests.cs (2)
58
options.
AddDocumentTransformer
((document, context, cancellationToken) =>
148
options.
AddDocumentTransformer
((document, context, cancellationToken) =>
Sample (1)
Program.cs (1)
27
options.
AddDocumentTransformer
((document, context, token) => {