1 write to Argument
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4253
this.
Argument
= argument;
11 references to Argument
Microsoft.CodeAnalysis.CSharp (11)
FlowAnalysis\AbstractFlowPass.cs (1)
3404
VisitRvalue(node.
Argument
);
FlowAnalysis\NullableWalker.cs (2)
13171
VisitRvalue(node.
Argument
);
13172
_ = CheckPossibleNullReceiver(node.
Argument
);
Generated\BoundNodes.xml.Generated.cs (4)
4265
if (argument != this.
Argument
|| body != this.Body)
10361
this.Visit(node.
Argument
);
11662
BoundExpression argument = (BoundExpression)this.Visit(node.
Argument
);
16239
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)
2121
syntaxOpt: boundLockStatement.
Argument
.Syntax).GetPublicSymbol();
2122
IOperation lockedValue = Create(boundLockStatement.
Argument
);