1 implementation of ReplacedExpression
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AbstractSpeculationAnalyzer.cs (1)
170SyntaxNode ISpeculationAnalyzer.ReplacedExpression => ReplacedExpression;
2 references to ReplacedExpression
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\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"/>.