20 instantiations of ModeAttributes
Microsoft.AspNetCore.Mvc.TagHelpers (12)
Microsoft.AspNetCore.Mvc.TagHelpers.Test (8)
AttributeMatcherTest.cs (8)
20new ModeAttributes<Mode>(Mode.A, modeAttributes)
43new ModeAttributes<Mode>(Mode.A, new[] { "a-required-attributes" }),
44new ModeAttributes<Mode>(Mode.B, new[] { "first-attr", "second-attr" }),
45new ModeAttributes<Mode>(Mode.C, new[] { "first-attr", "third-attr" }),
70new ModeAttributes<Mode>(Mode.A, new[] { "first-attr" }),
71new ModeAttributes<Mode>(Mode.B, new[] { "first-attr", "second-attr" }),
72new ModeAttributes<Mode>(Mode.D, new[] { "second-attr", "third-attr" }),
73new ModeAttributes<Mode>(Mode.C, new[] { "first-attr", "second-attr", "third-attr" }),
5 references to ModeAttributes
Microsoft.AspNetCore.Mvc.TagHelpers (5)