1 write to _map
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\EntityMap.cs (1)
22_map = new Dictionary<TEntity, TRecord>(comparer);
6 references to _map
ILCompiler.MetadataTransform (6)
ILCompiler\Metadata\EntityMap.cs (6)
15get { return _map.Values; } 18public IEnumerable<KeyValuePair<TEntity, TRecord>> Entries => _map; 30if (!_map.TryGetValue(entity, out record)) 54_map.Add(entity, concreteRecord); 66return _map.TryGetValue(entity, out record); 77_map.Add(entity, concreteRecord);