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)
22public IEnumerable<TypeMapping> Types { get { return _types.Values; } } 29if (!_types.TryGetValue(type, out mapping)) 32_types.Add(type, mapping);