1 write to _customAttributesWithMetadata
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
598
_customAttributesWithMetadata
= new NodeCache<ReflectableCustomAttribute, CustomAttributeMetadataNode>(ca =>
1 reference to _customAttributesWithMetadata
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1518
return
_customAttributesWithMetadata
.GetOrAdd(ca);