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