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