5 references to ElementCatchAllName
Microsoft.CodeAnalysis.Razor.Compiler (5)
CSharp\DefaultTagHelperDescriptorFactory.cs (1)
352return TagHelperMatchingConventions.ElementCatchAllName;
Language\AllowedChildTagDescriptorBuilder.cs (1)
46else if (Name != TagHelperMatchingConventions.ElementCatchAllName)
Language\TagHelperBinder.cs (1)
68if (tagName == TagHelperMatchingConventions.ElementCatchAllName)
Language\TagHelperMatchingConventions.cs (1)
45if (rule.TagName is not (null or ElementCatchAllName) &&
Language\TagMatchingRuleDescriptorBuilder.cs (1)
65else if (TagName != TagHelperMatchingConventions.ElementCatchAllName)