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