1 write to _reflectedDelegates
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
374
_reflectedDelegates
= new NodeCache<TypeDesc, ReflectedDelegateNode>(type =>
1 reference to _reflectedDelegates
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1244
return
_reflectedDelegates
.GetOrAdd(type);