2 references to GetTargetAttributeSignatureIndex
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Attributes\SourceAttributeData.cs (1)
221
return
GetTargetAttributeSignatureIndex
(_compilation, AttributeClass, AttributeConstructor, description);
Symbols\Source\SynthesizedAttributeData.cs (1)
58
return SourceAttributeData.
GetTargetAttributeSignatureIndex
(_compilation, AttributeClass, AttributeConstructor, description);