1 write to Argument
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4198
this.
Argument
= argument;
11 references to Argument
Microsoft.CodeAnalysis.CSharp (11)
FlowAnalysis\AbstractFlowPass.cs (1)
3367
VisitRvalue(node.
Argument
);
FlowAnalysis\NullableWalker.cs (2)
12030
VisitRvalue(node.
Argument
);
12031
_ = CheckPossibleNullReceiver(node.
Argument
);
Generated\BoundNodes.xml.Generated.cs (4)
4210
if (argument != this.
Argument
|| body != this.Body)
10208
this.Visit(node.
Argument
);
11421
BoundExpression argument = (BoundExpression)this.Visit(node.
Argument
);
15915
new TreeDumperNode("argument", null, new TreeDumperNode[] { Visit(node.
Argument
, null) }),
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
551
syntaxForSpan = ((BoundLockStatement)statement).
Argument
.Syntax;
Lowering\LocalRewriter\LocalRewriter_LockStatement.cs (1)
26
BoundExpression rewrittenArgument = VisitExpression(node.
Argument
);
Operations\CSharpOperationFactory.cs (2)
2080
syntaxOpt: boundLockStatement.
Argument
.Syntax).GetPublicSymbol();
2081
IOperation lockedValue = Create(boundLockStatement.
Argument
);