1 write to Argument
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4087
this.
Argument
= argument;
11 references to Argument
Microsoft.CodeAnalysis.CSharp (11)
FlowAnalysis\AbstractFlowPass.cs (1)
3175
VisitRvalue(node.
Argument
);
FlowAnalysis\NullableWalker.cs (2)
11111
VisitRvalue(node.
Argument
);
11112
_ = CheckPossibleNullReceiver(node.
Argument
);
Generated\BoundNodes.xml.Generated.cs (4)
4099
if (argument != this.
Argument
|| body != this.Body)
9851
this.Visit(node.
Argument
);
11026
BoundExpression argument = (BoundExpression)this.Visit(node.
Argument
);
15355
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)
23
BoundExpression rewrittenArgument = VisitExpression(node.
Argument
);
Operations\CSharpOperationFactory.cs (2)
1969
syntaxOpt: boundLockStatement.
Argument
.Syntax).GetPublicSymbol();
1970
IOperation lockedValue = Create(boundLockStatement.
Argument
);