2 references to CustomAttributeMetadata
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\CustomAttributeBasedDependencyAlgorithm.cs (1)
137
dependencies.Add(new CombinedDependencyListEntry(factory.
CustomAttributeMetadata
(new ReflectableCustomAttribute(module, caHandle)), condition, "Attribute metadata"));
Compiler\UsageBasedMetadataManager.cs (1)
1042
return _factory.
CustomAttributeMetadata
(new ReflectableCustomAttribute(module, caHandle)).Marked;