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