13 references to OriginalExpression
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
SpeculationAnalyzer.vb (1)
80Dim originalExpression = Me.OriginalExpression
Microsoft.CodeAnalysis.Workspaces (12)
AbstractSpeculationAnalyzer.cs (12)
102SyntaxNode ISpeculationAnalyzer.OriginalExpression => OriginalExpression; 105/// First ancestor of <see cref="OriginalExpression"/> which is either a statement, attribute, constructor initializer, 115_lazySemanticRootOfOriginalExpression = GetSemanticRootForSpeculation(this.OriginalExpression); 124/// Semantic model for the syntax tree corresponding to <see cref="OriginalExpression"/> 129/// Node which replaces the <see cref="OriginalExpression"/>. 145/// Node created by replacing <see cref="OriginalExpression"/> under <see cref="SemanticRootOfOriginalExpression"/> node. 175=> semanticRootOfOriginalExpression.ReplaceNode(this.OriginalExpression, annotatedReplacedExpression); 454/// by performing a bottom up walk from the <see cref="OriginalExpression"/> up to <see cref="SemanticRootOfOriginalExpression"/> 462var originalType = (TTypeSyntax)this.OriginalExpression; 468currentOriginalNode: this.OriginalExpression, 515/// Checks whether the semantic symbols for the <see cref="OriginalExpression"/> and <see cref="ReplacedExpression"/> are non-null and compatible. 526return SymbolsAreCompatible(this.OriginalExpression, this.ReplacedExpression, requireNonNullSymbols: true);