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)
28
if (
_properties
== null)
39
if (!
_properties
.TryGetValue(prop.Key, out mapping))
42
_properties
.Add(prop.Key, mapping);
49
return
_properties
.Values;