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