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