2 writes to CallerArgumentExpressionParameterIndex
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceComplexParameterSymbol.cs (1)
690arguments.GetOrCreateData<ParameterEarlyWellKnownAttributeData>().CallerArgumentExpressionParameterIndex = index;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceParameterSymbol.vb (1)
261arguments.GetOrCreateData(Of ParameterEarlyWellKnownAttributeData).CallerArgumentExpressionParameterIndex = index
6 references to CallerArgumentExpressionParameterIndex
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceComplexParameterSymbol.cs (3)
127return GetEarlyDecodedWellKnownAttributeData()?.CallerArgumentExpressionParameterIndex ?? -1; 1190GetEarlyDecodedWellKnownAttributeData()?.CallerArgumentExpressionParameterIndex == -1) 1195else if (GetEarlyDecodedWellKnownAttributeData()?.CallerArgumentExpressionParameterIndex == Ordinal)
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SourceComplexParameterSymbol.vb (1)
259Return data.CallerArgumentExpressionParameterIndex
Symbols\Source\SourceParameterSymbol.vb (1)
362Dim index = GetEarlyDecodedWellKnownAttributeData()?.CallerArgumentExpressionParameterIndex
Symbols\Source\SourceSimpleParameterSymbol.vb (1)
139Return data.CallerArgumentExpressionParameterIndex