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)
27if (_attributes == null) 36return _attributes.Values; 49if (!_attributes.TryGetValue(attrGroup.Key, out mapping)) 52_attributes.Add(attrGroup.Key, mapping);