Implemented interface member:
property
Expression
Microsoft.CodeAnalysis.Operations.IDeclarationExpressionOperation.Expression
1 write to Expression
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
7433
Expression
= SetParentOperation(expression, this);
6 references to Expression
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
7438
(
Expression
is null ? 0 : 1);
7442
0 when
Expression
!= null
7443
=>
Expression
,
7451
if (
Expression
!= null) return (true, 0, 0);
7465
if (
Expression
!= null) return (true, 0, 0);
11114
return new DeclarationExpressionOperation(Visit(internalOperation.
Expression
), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);