1 implementation of OriginalExpression
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AbstractSpeculationAnalyzer.cs (1)
130SyntaxNode ISpeculationAnalyzer.OriginalExpression => OriginalExpression;
3 references to OriginalExpression
Microsoft.CodeAnalysis.CodeStyle (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ISpeculationAnalyzer.cs (3)
16/// The new node that <see cref="OriginalExpression"/>n was replaced with. This will be in the <see 22/// The original semantic model that <see cref="OriginalExpression"/> was contained in. 28/// cref="OriginalExpression"/> will have been replaced with <see cref="ReplacedExpression"/>.