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