1 write to _mapEntries
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\ProxyTypeMapNode.cs (1)
22_mapEntries = mapEntries;
2 references to _mapEntries
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\ProxyTypeMapNode.cs (2)
28public IEnumerable<KeyValuePair<TypeDesc, TypeDesc>> MapEntries => _mapEntries; 43foreach (var (key, value) in _mapEntries)