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)
335 TValue index = Visit (inlineArrayAccess.Argument, state); 676 return 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)
967Visit(operation.Argument, "Argument");
Compilation\TestOperationVisitor.cs (1)
616AssertEx.Equal(new[] { operation.Instance, operation.Argument }, operation.ChildOperations);