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