1 implementation of Argument
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10108public IOperation Argument { get; }
3 references to Argument
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
2128IOperation argument = VisitRequired(operation.Argument);
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
950Visit(operation.Argument, "Argument");
Compilation\TestOperationVisitor.cs (1)
595AssertEx.Equal(new[] { operation.Instance, operation.Argument }, operation.ChildOperations);