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