Implemented interface member:
property
Expression
Microsoft.CodeAnalysis.Operations.IDeclarationExpressionOperation.Expression
1 write to Expression
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
7471
Expression
= SetParentOperation(expression, this);
6 references to Expression
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
7476
(
Expression
is null ? 0 : 1);
7480
0 when
Expression
!= null
7481
=>
Expression
,
7489
if (
Expression
!= null) return (true, 0, 0);
7503
if (
Expression
!= null) return (true, 0, 0);
11184
return new DeclarationExpressionOperation(Visit(internalOperation.
Expression
), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);