1 implementation of Expression
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
7063
public IOperation
Expression
{ get; }
4 references to Expression
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
2074
IDeclarationExpressionOperation declaration when i < lastIndexForSpilling => declaration.
Expression
,
6475
return new DeclarationExpressionOperation(VisitPreservingTupleOperations(operation.
Expression
), semanticModel: null, operation.Syntax, operation.Type, IsImplicit(operation));
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1648
Visit(operation.
Expression
);
Compilation\TestOperationVisitor.cs (1)
1584
Assert.Same(operation.
Expression
, operation.ChildOperations.Single());