2 implementations of GeneratesMetadata
ILCompiler.Compiler (2)
Compiler\AnalysisBasedMetadataManager.cs (1)
252public bool GeneratesMetadata(EcmaModule module, CustomAttributeHandle caHandle)
Compiler\UsageBasedMetadataManager.cs (1)
1040public bool GeneratesMetadata(EcmaModule module, CustomAttributeHandle caHandle)
1 reference to GeneratesMetadata
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.CustomAttribute.cs (1)
26if (!_policy.GeneratesMetadata(module, attributeHandle))