1 implementation of ArgumentIndex
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10316public int ArgumentIndex { get; }
2 references to ArgumentIndex
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (1)
7025tryGetArgumentOrReceiver(operation.ArgumentIndex) is IOperation argumentCapture)
Operations\InterpolatedStringArgumentPlaceholderKind.cs (1)
14/// The corresponding argument index is accessed in <see cref="IInterpolatedStringHandlerArgumentPlaceholderOperation.ArgumentIndex"/>.