1 instantiation of CustomAttributeMetadataNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
600
return new
CustomAttributeMetadataNode
(ca);
5 references to CustomAttributeMetadataNode
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\NodeFactory.cs (3)
598
_customAttributesWithMetadata = new NodeCache<ReflectableCustomAttribute,
CustomAttributeMetadataNode
>(ca =>
1511
private NodeCache<ReflectableCustomAttribute,
CustomAttributeMetadataNode
> _customAttributesWithMetadata;
1513
internal
CustomAttributeMetadataNode
CustomAttributeMetadata(ReflectableCustomAttribute ca)
Compiler\UsageBasedMetadataManager.cs (2)
145
var
customAttributeMetadataNode = obj as
CustomAttributeMetadataNode
;