1 implementation of ArgumentIndex
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10276public int ArgumentIndex { get; }
5 references to ArgumentIndex
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (1)
6989if (tryGetArgumentOrReceiver(operation.ArgumentIndex) is IOperation argumentCapture)
Operations\InterpolatedStringArgumentPlaceholderKind.cs (1)
14/// The corresponding argument index is accessed in <see cref="IInterpolatedStringHandlerArgumentPlaceholderOperation.ArgumentIndex"/>.
Microsoft.CodeAnalysis.Test.Utilities (3)
Compilation\OperationTreeVerifier.cs (1)
1946LogString($" (ArgumentIndex: {operation.ArgumentIndex})");
Compilation\TestOperationVisitor.cs (2)
1342Assert.Equal(-1, operation.ArgumentIndex); 1347Assert.True(operation.ArgumentIndex >= 0);