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