1 write to _reflectedDelegateTargetMethods
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
364
_reflectedDelegateTargetMethods
= new NodeCache<MethodDesc, DelegateTargetVirtualMethodNode>(method =>
1 reference to _reflectedDelegateTargetMethods
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1228
return
_reflectedDelegateTargetMethods
.GetOrAdd(method);