1 write to _cachedMapping
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\CopiedMethodILDeduplicator.cs (1)
25_cachedMapping = new Dictionary<ISymbolNode, ISymbolNode>();
3 references to _cachedMapping
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\CopiedMethodILDeduplicator.cs (3)
23if (_cachedMapping is null) 43_cachedMapping[node] = existing.Node; 52foreach (KeyValuePair<ISymbolNode, ISymbolNode> entry in _cachedMapping)