8 references to GetTagStructureCompatibilityTagHelpers
Microsoft.AspNetCore.Razor.Language.Legacy.UnitTests (8)
Legacy\TagHelperBlockRewriterTest.cs (8)
149
var tagHelpers =
GetTagStructureCompatibilityTagHelpers
(TagStructure.Unspecified, TagStructure.Unspecified);
159
var tagHelpers =
GetTagStructureCompatibilityTagHelpers
(TagStructure.Unspecified, TagStructure.Unspecified);
169
var tagHelpers =
GetTagStructureCompatibilityTagHelpers
(TagStructure.Unspecified, TagStructure.WithoutEndTag);
179
var tagHelpers =
GetTagStructureCompatibilityTagHelpers
(TagStructure.WithoutEndTag, TagStructure.WithoutEndTag);
189
var tagHelpers =
GetTagStructureCompatibilityTagHelpers
(TagStructure.Unspecified, TagStructure.NormalOrSelfClosing);
199
var tagHelpers =
GetTagStructureCompatibilityTagHelpers
(TagStructure.Unspecified, TagStructure.WithoutEndTag);
209
var tagHelpers =
GetTagStructureCompatibilityTagHelpers
(TagStructure.NormalOrSelfClosing, TagStructure.Unspecified);
219
var tagHelpers =
GetTagStructureCompatibilityTagHelpers
(TagStructure.WithoutEndTag, TagStructure.Unspecified);