1 instantiation of AttributeGroup
Microsoft.Cci.Extensions (1)
Mappings\AttributesMapping.cs (1)
58mapping.AddMapping(index, new AttributeGroup(attrGroup, this.Settings.AttributeComparer));
9 references to AttributeGroup
Microsoft.Cci.Extensions (7)
Mappings\AttributesMapping.cs (7)
16private Dictionary<string, ElementMapping<AttributeGroup>> _attributes; 23public IEnumerable<ElementMapping<AttributeGroup>> Attributes 29_attributes = new Dictionary<string, ElementMapping<AttributeGroup>>(); 47ElementMapping<AttributeGroup> mapping; 51mapping = new ElementMapping<AttributeGroup>(this.Settings); 76public class AttributeGroup : IEquatable<AttributeGroup> 90public bool Equals(AttributeGroup that)
Microsoft.DotNet.AsmDiff (2)
DiffCSharpWriter.cs (2)
428private void Visit(IEnumerable<ElementMapping<AttributeGroup>> attributes) 434private void Visit(ElementMapping<AttributeGroup> attribute)