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