1 write to _dispatchCells
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
453_dispatchCells = new NodeCache<DispatchCellKey, DispatchCellNode>(callSiteCell =>
1 reference to _dispatchCells
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
881return _dispatchCells.GetOrAdd(new DispatchCellKey(method, callSite));