2 references to FindTargetAttribute
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
1142
AttributeInfo info =
FindTargetAttribute
(MetadataReader, token, AttributeDescription.RefSafetyRulesAttribute, out foundAttributeType);
2517
return
FindTargetAttribute
(MetadataReader, hasAttribute, description, out _);