3 references to ReflectableCustomAttribute
ILCompiler.Compiler (3)
Compiler\AnalysisBasedMetadataManager.cs (1)
254
return _parent._reflectableAttributes.Contains(new
ReflectableCustomAttribute
(module, caHandle));
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;