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