1 write to CallerArgumentExpressionParameterIndex
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceComplexParameterSymbol.cs (1)
692
arguments.GetOrCreateData<ParameterEarlyWellKnownAttributeData>().
CallerArgumentExpressionParameterIndex
= index;
3 references to CallerArgumentExpressionParameterIndex
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceComplexParameterSymbol.cs (3)
138
return GetEarlyDecodedWellKnownAttributeData()?.
CallerArgumentExpressionParameterIndex
?? -1;
1230
GetEarlyDecodedWellKnownAttributeData()?.
CallerArgumentExpressionParameterIndex
== -1)
1235
else if (GetEarlyDecodedWellKnownAttributeData()?.
CallerArgumentExpressionParameterIndex
== getOrdinalIncludingExtensionParameter())