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