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