54 references to BoundAttribute
Microsoft.CodeAnalysis.Razor.UnitTests (34)
DefaultTagHelperDescriptorFactoryTest.cs (34)
228
.
BoundAttribute
<int>(name: "non-enum-property", propertyName: "NonEnumProperty")
234
.
BoundAttribute
<int>(name: "non-enum-property", propertyName: "NonEnumProperty")
241
.
BoundAttribute
<int>(name: "non-enum-property", propertyName: "NonEnumProperty")
365
.
BoundAttribute
<int>(name: "property", propertyName: "Property")),
369
.
BoundAttribute
<int>(name: "property", propertyName: "Property")),
374
.
BoundAttribute
<int>(name: "property", propertyName: "Property")),
377
.
BoundAttribute
<int>(name: "property", propertyName: "Property")),
380
.
BoundAttribute
<int>(name: "property2", propertyName: "Property2")),
383
.
BoundAttribute
<int>(name: "property", propertyName: "Property")
384
.
BoundAttribute
<int>(name: "property2", propertyName: "Property2")),
389
.
BoundAttribute
<int>(name: "property2", propertyName: "Property2")
390
.
BoundAttribute
<int>(name: "property", propertyName: "Property")),
393
.
BoundAttribute
<int>(name: "property", propertyName: "Property")),
527
.
BoundAttribute
<string>(name: "SomethingElse", propertyName: "ValidAttribute1")
528
.
BoundAttribute
<string>(name: "Something-Else", propertyName: "ValidAttribute2"));
547
.
BoundAttribute
<string>(name: "valid-attribute1", propertyName: "ValidAttribute1")
548
.
BoundAttribute
<string>(name: "Something-Else", propertyName: "ValidAttribute2"));
567
.
BoundAttribute
<string>(name: "SomethingElse", propertyName: "ValidAttribute1")
568
.
BoundAttribute
<string>(name: "Something-Else", propertyName: "ValidAttribute2"));
587
.
BoundAttribute
<int>(name: "int-attribute", propertyName: "IntAttribute"));
606
.
BoundAttribute
<int>(name: "int-attribute", propertyName: "IntAttribute"));
625
.
BoundAttribute
<string>(name: "valid-attribute", propertyName: "ValidAttribute"));
644
.
BoundAttribute
<string>(name: "valid-attribute", propertyName: "ValidAttribute"));
663
.
BoundAttribute
<object>(name: "bound-property", propertyName: "BoundProperty"));
683
.
BoundAttribute
<string>(name: "valid-attribute", propertyName: "ValidAttribute"));
702
.
BoundAttribute
<string>(name: "valid-attribute", propertyName: "ValidAttribute"));
830
.
BoundAttribute
<string>(name: "data-something", propertyName: "DataSomething")),
832
.
BoundAttribute
<string>(name: "data-something", propertyName: "DataSomething")
833
.
BoundAttribute
<int>(name: "int-attribute", propertyName: "IntAttribute")),
835
.
BoundAttribute
<string>(name: "valid-something", propertyName: "DataSomething")),
837
.
BoundAttribute
<string>(name: "data-something", propertyName: "ValidSomething")),
839
.
BoundAttribute
<string>(name: "DATA-SOMETHING", propertyName: "ValidSomething"))
1207
.
BoundAttribute
<long>(name: "valid-name1", propertyName: "LongProperty")
1217
.
BoundAttribute
<int>(name: "valid-name4", propertyName: "IntProperty", static b => b
Microsoft.CodeAnalysis.Razor.Workspaces.UnitTests (20)
Completion\LanguageServerTagHelperCompletionServiceTest.cs (16)
127
.
BoundAttribute
<bool>(name: "visible", propertyName: "Visible")
131
.
BoundAttribute
<string>(name: "class", propertyName: "Class")
164
.
BoundAttribute
<bool>(name: "visible", propertyName: "Visible")
168
.
BoundAttribute
<string>(name: "class", propertyName: "Class")
203
.
BoundAttribute
<bool>(name: "visible", propertyName: "Visible")
207
.
BoundAttribute
<string>(name: "class", propertyName: "Class")
275
.
BoundAttribute
<bool>(name: "repeat", propertyName: "Repeat")
276
.
BoundAttribute
<bool>(name: "visible", propertyName: "Visible")
281
.
BoundAttribute
<string>(name: "class", propertyName: "Class")
312
.
BoundAttribute
<bool>(name: "repeat", propertyName: "Repeat")
313
.
BoundAttribute
<bool>(name: "visible", propertyName: "Visible")
318
.
BoundAttribute
<string>(name: "class", propertyName: "Class")
322
.
BoundAttribute
<bool>(name: "visible", propertyName: "Visible")
353
.
BoundAttribute
<bool>(name: "repeat", propertyName: "Repeat")
383
.
BoundAttribute
<bool>(name: "repeat", propertyName: "Repeat")
412
.
BoundAttribute
<bool>(name: "repeat", propertyName: "Repeat")
TagHelperFactsTest.cs (4)
46
.
BoundAttribute
<string>(name: "asp-for", propertyName: "AspFor")
82
.
BoundAttribute
<string>(name: "asp-for", propertyName: "AspFor")
113
.
BoundAttribute
<string>(name: "asp-for", propertyName: "AspFor")
114
.
BoundAttribute
<string>(name: "asp-extra", propertyName: "AspExtra")