1 instantiation of TagsAttribute
Microsoft.AspNetCore.Routing (1)
Builder\OpenApiRouteHandlerBuilderExtensions.cs (1)
191=> builder.WithMetadata(new TagsAttribute(tags));
3 references to TagsAttribute
Microsoft.AspNetCore.Http.Extensions (1)
TagsAttribute.cs (1)
23/// Initializes an instance of the <see cref="TagsAttribute"/>.
Microsoft.AspNetCore.Routing.Tests (2)
Builder\OpenApiRouteHandlerBuilderExtensionsTest.cs (2)
33var tags = Assert.IsType<TagsAttribute>(Assert.Single(builder.Metadata));