1 implementation of OriginalExpression
Microsoft.CodeAnalysis.Workspaces (1)
AbstractSpeculationAnalyzer.cs (1)
102SyntaxNode ISpeculationAnalyzer.OriginalExpression => OriginalExpression;
3 references to OriginalExpression
Microsoft.CodeAnalysis.Workspaces (3)
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"/>.