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