1 write to _attributes
Microsoft.Cci.Extensions (1)
Mappings\AttributesMapping.cs (1)
29
_attributes
= new Dictionary<string, ElementMapping<AttributeGroup>>();
4 references to _attributes
Microsoft.Cci.Extensions (4)
Mappings\AttributesMapping.cs (4)
27
if (
_attributes
== null)
36
return
_attributes
.Values;
49
if (!
_attributes
.TryGetValue(attrGroup.Key, out mapping))
52
_attributes
.Add(attrGroup.Key, mapping);