1 write to _nestedTypes
Microsoft.Cci.Extensions (1)
Mappings\TypeMapping.cs (1)
20
_nestedTypes
= new Dictionary<INestedTypeDefinition, TypeMapping>(settings.TypeComparer);
3 references to _nestedTypes
Microsoft.Cci.Extensions (3)
Mappings\TypeMapping.cs (3)
47
public IEnumerable<TypeMapping> NestedTypes { get { return
_nestedTypes
.Values; } }
54
if (!
_nestedTypes
.TryGetValue(nestedType, out mapping))
57
_nestedTypes
.Add(nestedType, mapping);