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