Implemented interface member:
property
Expression
Microsoft.CodeAnalysis.Operations.IDeclarationExpressionOperation.Expression
1 write to Expression
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
7060
Expression
= SetParentOperation(expression, this);
6 references to Expression
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
7065
(
Expression
is null ? 0 : 1);
7069
0 when
Expression
!= null
7070
=>
Expression
,
7078
if (
Expression
!= null) return (true, 0, 0);
7092
if (
Expression
!= null) return (true, 0, 0);
10564
return new DeclarationExpressionOperation(Visit(internalOperation.
Expression
), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);