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)
1238return _reflectableVirtualMethodImpls.GetOrAdd((declaration, implementation));