2 references to IsAllowedChild
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultTagHelperResolutionPhase.cs (2)
501
if (!
IsAllowedChild
(childTagName, in allowedNames))
516
if (childTagName != null && !
IsAllowedChild
(childTagName, in allowedNames))