1 write to _reflectableVirtualMethodImpls
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
367
_reflectableVirtualMethodImpls
= new NodeCache<(MethodDesc Declaration, MethodDesc Implementation), ReflectableVirtualMethodImplNode>(methods =>
1 reference to _reflectableVirtualMethodImpls
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1238
return
_reflectableVirtualMethodImpls
.GetOrAdd((declaration, implementation));