3 references to FindTargetAttribute
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
1164AttributeInfo info = FindTargetAttribute(MetadataReader, token, AttributeDescription.RefSafetyRulesAttribute, out foundAttributeType); 2532return FindTargetAttribute(MetadataReader, hasAttribute, description, out _);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.cs (1)
523var attributeInfo = PEModule.FindTargetAttribute(peModule.Module.MetadataReader, theParameter.Handle, AttributeDescription.DateTimeConstantAttribute, out _);