3 references to FindTargetAttribute
Microsoft.CodeAnalysis (3)
MetadataReader\PEModule.cs (3)
1173AttributeInfo info = FindTargetAttribute(MetadataReader, token, AttributeDescription.RefSafetyRulesAttribute, out foundAttributeType); 1189AttributeInfo info = FindTargetAttribute(MetadataReader, token, AttributeDescription.MemorySafetyRulesAttribute, out foundAttributeType); 2558return FindTargetAttribute(MetadataReader, hasAttribute, description, out _);