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)
23
if (
_cachedMapping
is null)
43
_cachedMapping
[node] = existing.Node;
52
foreach (KeyValuePair<ISymbolNode, ISymbolNode> entry in
_cachedMapping
)