8 references to GetTagStructureCompatibilityTagHelpers
Microsoft.AspNetCore.Razor.Language.UnitTests (8)
Legacy\TagHelperBlockRewriterTest.cs (8)
150
var descriptors =
GetTagStructureCompatibilityTagHelpers
(TagStructure.Unspecified, TagStructure.Unspecified);
160
var descriptors =
GetTagStructureCompatibilityTagHelpers
(TagStructure.Unspecified, TagStructure.Unspecified);
170
var descriptors =
GetTagStructureCompatibilityTagHelpers
(TagStructure.Unspecified, TagStructure.WithoutEndTag);
180
var descriptors =
GetTagStructureCompatibilityTagHelpers
(TagStructure.WithoutEndTag, TagStructure.WithoutEndTag);
190
var descriptors =
GetTagStructureCompatibilityTagHelpers
(TagStructure.Unspecified, TagStructure.NormalOrSelfClosing);
200
var descriptors =
GetTagStructureCompatibilityTagHelpers
(TagStructure.Unspecified, TagStructure.WithoutEndTag);
210
var descriptors =
GetTagStructureCompatibilityTagHelpers
(TagStructure.NormalOrSelfClosing, TagStructure.Unspecified);
220
var descriptors =
GetTagStructureCompatibilityTagHelpers
(TagStructure.WithoutEndTag, TagStructure.Unspecified);