16 references to AllAttributes
Microsoft.AspNetCore.Mvc.Razor.Test (5)
RazorPageTest.cs (5)
1003var allAttribute = Assert.Single(context.AllAttributes); 1048var allAttribute = Assert.Single(context.AllAttributes); 1094var allAttribute = Assert.Single(context.AllAttributes); 1129var attribute = Assert.Single(context.AllAttributes); 1162var allAttribute = Assert.Single(context.AllAttributes);
Microsoft.AspNetCore.Mvc.TagHelpers (7)
AttributeMatcher.cs (1)
37var allAttributes = context.AllAttributes;
FormTagHelper.cs (1)
258!context.AllAttributes.ContainsName(AntiforgeryAttributeName))
TagHelperOutputExtensions.cs (5)
22/// <see cref="TagHelperContext.AllAttributes"/> to <paramref name="tagHelperOutput"/>'s 35/// Duplicate attributes same name in <paramref name="context"/>'s <see cref="TagHelperContext.AllAttributes"/> 54for (var i = context.AllAttributes.Count - 1; i >= 0; i--) 60context.AllAttributes[i].Name, 290var allAttributes = context.AllAttributes;
Microsoft.AspNetCore.Razor.Runtime.Test (3)
Runtime\TagHelpers\TagHelperExecutionContextTest.cs (2)
182var attribute = Assert.Single(context.AllAttributes); 546context.AllAttributes,
Runtime\TagHelpers\TagHelperRunnerTest.cs (1)
241output.Attributes.Add("foo", context.AllAttributes["foo"].Value.ToString());
Microsoft.AspNetCore.Razor.Test (1)
TagHelpers\TagHelperContextTest.cs (1)
40Assert.Empty(context.AllAttributes);