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