1 implementation of ReplacedExpression
Microsoft.CodeAnalysis.Workspaces (1)
AbstractSpeculationAnalyzer.cs (1)
142
SyntaxNode 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)
65
var newSymbolInfo = speculationAnalyzer.SpeculativeSemanticModel.GetSymbolInfo(speculationAnalyzer.
ReplacedExpression
, cancellationToken);