3 references to WithTags
Microsoft.AspNetCore.Routing (1)
Builder\OpenApiRouteHandlerBuilderExtensions.cs (1)
161=> WithTags<RouteHandlerBuilder>(builder, tags);
Microsoft.AspNetCore.Routing.Tests (1)
Builder\OpenApiRouteHandlerBuilderExtensionsTest.cs (1)
28static void GenericWithTags(IEndpointConventionBuilder builder) => builder.WithTags("a", "b", "c");
MinimalSample (1)
Program.cs (1)
57.WithTags("nested", "more", "tags");