13 references to OriginalExpression
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
SpeculationAnalyzer.vb (1)
80
Dim originalExpression = Me.
OriginalExpression
Microsoft.CodeAnalysis.Workspaces (12)
AbstractSpeculationAnalyzer.cs (12)
102
SyntaxNode 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"/>
462
var originalType = (TTypeSyntax)this.
OriginalExpression
;
468
currentOriginalNode: this.
OriginalExpression
,
515
/// Checks whether the semantic symbols for the <see cref="
OriginalExpression
"/> and <see cref="ReplacedExpression"/> are non-null and compatible.
526
return SymbolsAreCompatible(this.
OriginalExpression
, this.ReplacedExpression, requireNonNullSymbols: true);