1 implementation of Argument
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10656public IOperation Argument { get; }
3 references to Argument
ILLink.RoslynAnalyzer (2)
DataFlow\LocalDataFlowVisitor.cs (2)
394TValue index = Visit(inlineArrayAccess.Argument, state); 794return HandleArrayElementRead(Visit(operation.Instance, state), Visit(operation.Argument, state), operation);
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
2155IOperation argument = VisitRequired(operation.Argument);