1 write to _notReadOnlyFields
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
395
_notReadOnlyFields
= new NodeCache<FieldDesc, NotReadOnlyFieldNode>(field =>
1 reference to _notReadOnlyFields
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1268
return
_notReadOnlyFields
.GetOrAdd(field);