Base:
method
GetAttributeArgumentLocation
Microsoft.CodeAnalysis.CSharp.Symbols.CSharpAttributeData.GetAttributeArgumentLocation(System.Int32)
1 reference to GetAttributeArgumentLocation
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SynthesizedAttributeData.cs (1)
87
internal override Location GetAttributeArgumentLocation(int parameterIndex) => _original.
GetAttributeArgumentLocation
(parameterIndex);