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