1 write to CallerArgumentExpressionParameterIndex
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceComplexParameterSymbol.cs (1)
693
arguments.GetOrCreateData<ParameterEarlyWellKnownAttributeData>().
CallerArgumentExpressionParameterIndex
= index;
3 references to CallerArgumentExpressionParameterIndex
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceComplexParameterSymbol.cs (3)
134
return GetEarlyDecodedWellKnownAttributeData()?.
CallerArgumentExpressionParameterIndex
?? -1;
1198
GetEarlyDecodedWellKnownAttributeData()?.
CallerArgumentExpressionParameterIndex
== -1)
1203
else if (GetEarlyDecodedWellKnownAttributeData()?.
CallerArgumentExpressionParameterIndex
== Ordinal)