1 implementation of Argument
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10616public IOperation Argument { get; }
5 references to Argument
ILLink.RoslynAnalyzer (2)
DataFlow\LocalDataFlowVisitor.cs (2)
359TValue index = Visit(inlineArrayAccess.Argument, state); 722return HandleArrayElementRead(Visit(operation.Instance, state), Visit(operation.Argument, state), operation);
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
2145IOperation argument = VisitRequired(operation.Argument);
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
949Visit(operation.Argument, "Argument");
Compilation\TestOperationVisitor.cs (1)
617AssertEx.Equal(new[] { operation.Instance, operation.Argument }, operation.ChildOperations);