3 references to IsAllowedChild
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\DefaultTagHelperResolutionPhase.cs (3)
547
else if (!
IsAllowedChild
(childTagName, in allowedNames))
570
if (!
IsAllowedChild
(childTagName, in allowedNames))
585
if (childTagName != null && !
IsAllowedChild
(childTagName, in allowedNames))