59 references to Unspecified
Microsoft.AspNetCore.Razor.Language.Legacy.UnitTests (9)
Legacy\TagHelperBlockRewriterTest.cs (9)
149var tagHelpers = GetTagStructureCompatibilityTagHelpers(TagStructure.Unspecified, TagStructure.Unspecified); 159var tagHelpers = GetTagStructureCompatibilityTagHelpers(TagStructure.Unspecified, TagStructure.Unspecified); 169var tagHelpers = GetTagStructureCompatibilityTagHelpers(TagStructure.Unspecified, TagStructure.WithoutEndTag); 189var tagHelpers = GetTagStructureCompatibilityTagHelpers(TagStructure.Unspecified, TagStructure.NormalOrSelfClosing); 199var tagHelpers = GetTagStructureCompatibilityTagHelpers(TagStructure.Unspecified, TagStructure.WithoutEndTag); 209var tagHelpers = GetTagStructureCompatibilityTagHelpers(TagStructure.NormalOrSelfClosing, TagStructure.Unspecified); 219var tagHelpers = GetTagStructureCompatibilityTagHelpers(TagStructure.WithoutEndTag, TagStructure.Unspecified);
Microsoft.AspNetCore.Razor.Language.UnitTests (9)
Legacy\TagHelperBlockRewriterTest.cs (9)
150var descriptors = GetTagStructureCompatibilityTagHelpers(TagStructure.Unspecified, TagStructure.Unspecified); 160var descriptors = GetTagStructureCompatibilityTagHelpers(TagStructure.Unspecified, TagStructure.Unspecified); 170var descriptors = GetTagStructureCompatibilityTagHelpers(TagStructure.Unspecified, TagStructure.WithoutEndTag); 190var descriptors = GetTagStructureCompatibilityTagHelpers(TagStructure.Unspecified, TagStructure.NormalOrSelfClosing); 200var descriptors = GetTagStructureCompatibilityTagHelpers(TagStructure.Unspecified, TagStructure.WithoutEndTag); 210var descriptors = GetTagStructureCompatibilityTagHelpers(TagStructure.NormalOrSelfClosing, TagStructure.Unspecified); 220var descriptors = GetTagStructureCompatibilityTagHelpers(TagStructure.WithoutEndTag, TagStructure.Unspecified);
Microsoft.AspNetCore.Razor.Test.Common (4)
Language\TestTagHelperDescriptorBuilderExtensions.cs (4)
239=> builder.TagMatchingRule(tagName: null, parentTagName: null, tagStructure: TagStructure.Unspecified, configure); 245=> builder.TagMatchingRule(tagName, parentTagName: null, tagStructure: TagStructure.Unspecified, configure); 252=> builder.TagMatchingRule(tagName, parentTagName, tagStructure: TagStructure.Unspecified, configure); 265TagStructure tagStructure = TagStructure.Unspecified,
Microsoft.CodeAnalysis.Razor.Compiler (4)
CSharp\DefaultTagHelperDescriptorFactory.cs (1)
366return TagStructure.Unspecified;
Language\DefaultTagHelperResolutionPhase.cs (1)
1151if (rule.TagStructure != TagStructure.Unspecified)
Language\Legacy\TagHelperBlockRewriter.cs (1)
33var nonDefaultRule = boundRulesInfo.Rules.FirstOrDefault(static rule => rule.TagStructure != TagStructure.Unspecified);
Language\Legacy\TagHelperParseTreeRewriter.cs (1)
486if (rule.TagStructure != TagStructure.Unspecified)
Microsoft.CodeAnalysis.Razor.UnitTests (23)
BindTagHelperProducerTest.cs (15)
102Assert.Equal(TagStructure.Unspecified, rule.TagStructure); 118Assert.Equal(TagStructure.Unspecified, rule.TagStructure); 265Assert.Equal(TagStructure.Unspecified, rule.TagStructure); 281Assert.Equal(TagStructure.Unspecified, rule.TagStructure); 438Assert.Equal(TagStructure.Unspecified, rule.TagStructure); 457Assert.Equal(TagStructure.Unspecified, rule.TagStructure); 662Assert.Equal(TagStructure.Unspecified, rule.TagStructure); 681Assert.Equal(TagStructure.Unspecified, rule.TagStructure); 743Assert.Equal(TagStructure.Unspecified, rule.TagStructure); 752Assert.Equal(TagStructure.Unspecified, rule.TagStructure); 814Assert.Equal(TagStructure.Unspecified, rule.TagStructure); 835Assert.Equal(TagStructure.Unspecified, rule.TagStructure); 908Assert.Equal(TagStructure.Unspecified, rule.TagStructure); 929Assert.Equal(TagStructure.Unspecified, rule.TagStructure); 1052Assert.Equal(TagStructure.Unspecified, rule.TagStructure);
ComponentTagHelperProducerTest.cs (1)
92Assert.Equal(TagStructure.Unspecified, rule.TagStructure);
EventHandlerTagHelperProducerTest.cs (4)
79Assert.Equal(TagStructure.Unspecified, rule.TagStructure); 183Assert.Equal(TagStructure.Unspecified, catchAllRule.TagStructure); 198Assert.Equal(TagStructure.Unspecified, preventDefaultRule.TagStructure); 213Assert.Equal(TagStructure.Unspecified, stopPropagationRule.TagStructure);
KeyTagHelperProducerTest.cs (1)
55Assert.Equal(TagStructure.Unspecified, rule.TagStructure);
RefTagHelperProducerTest.cs (1)
55Assert.Equal(TagStructure.Unspecified, rule.TagStructure);
SplatTagHelperProducerTest.cs (1)
52Assert.Equal(TagStructure.Unspecified, rule.TagStructure);
Microsoft.CodeAnalysis.Razor.Workspaces (2)
AutoInsert\AutoClosingTagOnAutoInsertProvider.cs (2)
155var resolvedTagStructure = TagStructure.Unspecified; 161if (tagMatchingRule.TagStructure == TagStructure.Unspecified)
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (4)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\AutoInsert\AutoClosingTagOnAutoInsertProviderTest.cs (4)
22.RequireTagStructure(TagStructure.Unspecified)) 30.RequireTagStructure(TagStructure.Unspecified)) 38.RequireTagStructure(TagStructure.Unspecified)) 46.RequireTagStructure(TagStructure.Unspecified))
Microsoft.VisualStudioCode.RazorExtension.UnitTests (4)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\AutoInsert\AutoClosingTagOnAutoInsertProviderTest.cs (4)
22.RequireTagStructure(TagStructure.Unspecified)) 30.RequireTagStructure(TagStructure.Unspecified)) 38.RequireTagStructure(TagStructure.Unspecified)) 46.RequireTagStructure(TagStructure.Unspecified))