56 references to TagMatchingRule
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); 259=> builder.TagMatchingRule(tagName, parentTagName: null, tagStructure, configure);
Microsoft.CodeAnalysis.Razor.UnitTests (48)
DefaultTagHelperDescriptorFactoryTest.cs (48)
227.TagMatchingRule(tagName: "enum") 232.TagMatchingRule(tagName: "p") 233.TagMatchingRule(tagName: "input") 238.TagMatchingRule(tagName: "nested-enum") 267.TagMatchingRule(tagName: "input", parentTagName: "div")), 269.TagMatchingRule(tagName: "p", parentTagName: "div") 270.TagMatchingRule(tagName: "input", parentTagName: "section")), 272.TagMatchingRule(tagName: "p") 273.TagMatchingRule(tagName: "input", parentTagName: "div")) 297.TagMatchingRule(tagName: "restrict-children") 300.TagMatchingRule(tagName: "double-restrict-children") 304.TagMatchingRule(tagName: "p") 305.TagMatchingRule(tagName: "div") 331.TagMatchingRule(tagName: "input", tagStructure: TagStructure.WithoutEndTag)), 333.TagMatchingRule(tagName: "p", tagStructure: TagStructure.NormalOrSelfClosing) 334.TagMatchingRule(tagName: "input", tagStructure: TagStructure.WithoutEndTag)), 336.TagMatchingRule(tagName: "p") 337.TagMatchingRule(tagName: "input", tagStructure: TagStructure.WithoutEndTag)) 364.TagMatchingRule(tagName: "inherited-editor-browsable") 368.TagMatchingRule(tagName: "editor-browsable") 371.TagMatchingRule(tagName: "hidden-property-editor-browsable")), 373.TagMatchingRule(tagName: "hidden-property-editor-browsable") 376.TagMatchingRule(tagName: "overridden-editor-browsable") 379.TagMatchingRule(tagName: "multi-property-editor-browsable") 382.TagMatchingRule(tagName: "multi-property-editor-browsable") 386.TagMatchingRule(tagName: "overridden-property-editor-browsable")), 388.TagMatchingRule(tagName: "overridden-property-editor-browsable") 392.TagMatchingRule(tagName: "default-editor-browsable") 526.TagMatchingRule(tagName: "overridden-attribute") 546.TagMatchingRule(tagName: "inherited-overridden-attribute") 566.TagMatchingRule(tagName: "inherited-not-overridden-attribute") 586.TagMatchingRule(tagName: "inherited-single-attribute") 605.TagMatchingRule(tagName: "single-attribute") 624.TagMatchingRule(tagName: "missing-accessor") 643.TagMatchingRule(tagName: "non-public-accessor") 662.TagMatchingRule(tagName: "not-bound-attribute") 681.TagMatchingRule(tagName: "p") 682.TagMatchingRule(tagName: "div") 701.TagMatchingRule(tagName: "inherited-multi-tag") 720.TagMatchingRule(tagName: "p") 721.TagMatchingRule(tagName: "div")); 739.TagMatchingRule(tagName: "data-condition")); 1152.TagMatchingRule("enumerable")); 1304.TagMatchingRule(tagName: "a") 1305.TagMatchingRule(tagName: "p") 1308.TagMatchingRule(tagName: "inherited-output-element-hint")), 1310.TagMatchingRule(tagName: "output-element-hint") 1313.TagMatchingRule(tagName: "overridden-output-element-hint")
Microsoft.CodeAnalysis.Razor.Workspaces.UnitTests (4)
Completion\LanguageServerTagHelperCompletionServiceTest.cs (4)
809.TagMatchingRule(tagName: "b") 810.TagMatchingRule(tagName: "bold") 971.TagMatchingRule(tagName: "child-tag", parentTagName: "parent-tag") 1005.TagMatchingRule(tagName: "child-tag", parentTagName: "parent-tag")