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