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