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