4 references to AllowChildTag
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\TestTagHelperDescriptorBuilderExtensions.cs (2)
66
builder.
AllowChildTag
(childTagBuilder => childTagBuilder.Name = allowedChild);
191
builder.
AllowChildTag
(childTag =>
Microsoft.CodeAnalysis.Razor.Compiler (2)
CSharp\DefaultTagHelperDescriptorFactory.cs (2)
154
builder.
AllowChildTag
(childTagBuilder =>
163
builder.
AllowChildTag
(childTagBuilder => childTagBuilder.Name = (string?)value.Value);