1 write to Attributes
Microsoft.Cci.Extensions (1)
Mappings\AttributesMapping.cs (1)
84
this.
Attributes
= attributes;
11 references to Attributes
Microsoft.Cci.Extensions (2)
Mappings\AttributesMapping.cs (2)
93
return this.
Attributes
.SequenceEqual(that.
Attributes
, _comparer);
Microsoft.DotNet.ApiCompat.Core (6)
Rules\Compat\AttributeDifference.cs (5)
128
ITypeReference type = group.Representative.
Attributes
.First().Type;
142
ITypeReference type = group.Representative.
Attributes
.First().Type;
147
string contractKey = attributeComparer.GetKey(group[0].
Attributes
.First());
148
string implementationKey = attributeComparer.GetKey(group[1].
Attributes
.First());
159
ITypeReference type = group.Representative.
Attributes
.First().Type;
Rules\Compat\CannotAddAttributes.cs (1)
101
ITypeReference type = group.Representative.
Attributes
.First().Type;
Microsoft.DotNet.AsmDiff (3)
DiffCSharpWriter.cs (3)
439
foreach (var attr in ag.
Attributes
)
446
var ag1Tokens = ag1.
Attributes
.OrderBy(c => c, attributeComparer)
448
var ag2Tokens = ag2.
Attributes
.OrderBy(c => c, attributeComparer)