1 write to _properties
Microsoft.Cci.Extensions (1)
Mappings\AssemblyMapping.cs (1)
30_properties = new Dictionary<string, ElementMapping<AssemblyProperty>>();
4 references to _properties
Microsoft.Cci.Extensions (4)
Mappings\AssemblyMapping.cs (4)
28if (_properties == null) 39if (!_properties.TryGetValue(prop.Key, out mapping)) 42_properties.Add(prop.Key, mapping); 49return _properties.Values;