1 write to _types
Microsoft.Cci.Extensions (1)
Mappings\NamespaceMapping.cs (1)
19
_types
= new Dictionary<ITypeDefinition, TypeMapping>(settings.TypeComparer);
3 references to _types
Microsoft.Cci.Extensions (3)
Mappings\NamespaceMapping.cs (3)
22
public IEnumerable<TypeMapping> Types { get { return
_types
.Values; } }
29
if (!
_types
.TryGetValue(type, out mapping))
32
_types
.Add(type, mapping);