21 references to ElementCatchAllName
Microsoft.AspNetCore.Razor.Language.UnitTests (7)
TagHelperBinderTest.cs (7)
241
.RequireTagName(TagHelperMatchingConventions.
ElementCatchAllName
)
246
.RequireTagName(TagHelperMatchingConventions.
ElementCatchAllName
)
252
.RequireTagName(TagHelperMatchingConventions.
ElementCatchAllName
)
381
.TagMatchingRuleDescriptor(rule => rule.RequireTagName(TagHelperMatchingConventions.
ElementCatchAllName
))
402
.TagMatchingRuleDescriptor(rule => rule.RequireTagName(TagHelperMatchingConventions.
ElementCatchAllName
))
509
.TagMatchingRuleDescriptor(rule => rule.RequireTagName(TagHelperMatchingConventions.
ElementCatchAllName
))
569
.RequireTagName(TagHelperMatchingConventions.
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
)
Microsoft.CodeAnalysis.Razor.UnitTests (7)
DefaultTagHelperDescriptorFactoryTest.cs (7)
420
.TagMatchingRule(tagName: TagHelperMatchingConventions.
ElementCatchAllName
, static b => b
423
.TagMatchingRule(tagName: TagHelperMatchingConventions.
ElementCatchAllName
, static b => b
427
.TagMatchingRule(tagName: TagHelperMatchingConventions.
ElementCatchAllName
, static b => b
429
.TagMatchingRule(tagName: TagHelperMatchingConventions.
ElementCatchAllName
, static b => b
433
.TagMatchingRule(tagName: TagHelperMatchingConventions.
ElementCatchAllName
, static b => b
463
.TagMatchingRule(tagName: TagHelperMatchingConventions.
ElementCatchAllName
, static b => b
466
.TagMatchingRule(tagName: TagHelperMatchingConventions.
ElementCatchAllName
, static b => b
Microsoft.CodeAnalysis.Razor.Workspaces (2)
CodeActions\Razor\ComponentAccessibilityCodeActionProvider.cs (1)
264
if (rule.TagName is null or TagHelperMatchingConventions.
ElementCatchAllName
)
Completion\TagHelperCompletionService.cs (1)
200
if (rule.TagName == TagHelperMatchingConventions.
ElementCatchAllName
)