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