1 write to Attributes
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagMatchingRuleDescriptor.cs (1)
37
Attributes
= attributes.NullToEmpty();
8 references to Attributes
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\TagHelperMatchingConventions.cs (1)
71
foreach (var requiredAttribute in rule.
Attributes
)
Language\TagMatchingRuleDescriptor.cs (4)
39
foreach (var attribute in
Attributes
)
53
foreach (var descriptor in
Attributes
)
72
foreach (var attribute in
Attributes
)
90
return $"{TagName ?? "*"}[{string.Join(", ",
Attributes
.Select(a => DescribeAttribute(a)))}]";
rzc (3)
Json\ObjectReaders_TagHelpers.cs (1)
49
var attributes = reader.ReadImmutableArrayOrEmpty(nameof(TagMatchingRuleDescriptor.
Attributes
), ReadRequiredAttribute);
Json\ObjectWriters_TagHelpers.cs (2)
97
writer.WriteArrayIfNotDefaultOrEmpty(nameof(value.
Attributes
), value.
Attributes
, WriteRequiredAttribute);