Implemented interface member:
property
Value
Microsoft.CodeAnalysis.Operations.IWithStatementOperation.Value
1 write to Value
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9725
Value
= SetParentOperation(value, this);
6 references to Value
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
9731
(
Value
is null ? 0 : 1);
9735
0 when
Value
!= null
9736
=>
Value
,
9746
if (
Value
!= null) return (true, 0, 0);
9766
if (
Value
!= null) return (true, 0, 0);
11309
return new WithStatementOperation(Visit(internalOperation.Body), Visit(internalOperation.
Value
), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);