4 references to Attributes
Microsoft.DotNet.ApiCompat.Core (2)
Rules\Compat\AttributeDifference.cs (1)
122foreach (var group in attributeMapping.Attributes)
Rules\Compat\CannotAddAttributes.cs (1)
96foreach (var group in attributeMapping.Attributes)
Microsoft.DotNet.AsmDiff (2)
DiffCSharpWriter.cs (2)
105var attributes = assembly.Attributes.Where(e => DiffFilter.Include(e.Difference)); 135var attributes = assembly.Attributes.Where(e => DiffFilter.Include(e.Difference));