1 implementation of ReplacedExpression
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractSpeculationAnalyzer.cs (1)
142SyntaxNode ISpeculationAnalyzer.ReplacedExpression => ReplacedExpression;
2 references to ReplacedExpression
Microsoft.CodeAnalysis.CodeStyle (2)
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"/>.