1 implementation of ReplacedExpression
Microsoft.CodeAnalysis.Workspaces (1)
AbstractSpeculationAnalyzer.cs (1)
142SyntaxNode ISpeculationAnalyzer.ReplacedExpression => ReplacedExpression;
3 references to ReplacedExpression
Microsoft.CodeAnalysis.Workspaces (3)
ISpeculationAnalyzer.cs (2)
10/// The original expression that is being replaced by <see cref="ReplacedExpression"/>. This will be in the 28/// cref="OriginalExpression"/> will have been replaced with <see cref="ReplacedExpression"/>.
Simplification\Simplifiers\AbstractMemberAccessExpressionSimplifier.cs (1)
65var newSymbolInfo = speculationAnalyzer.SpeculativeSemanticModel.GetSymbolInfo(speculationAnalyzer.ReplacedExpression, cancellationToken);