6 references to ReplacedExpression
Microsoft.CodeAnalysis.Workspaces (6)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AbstractSpeculationAnalyzer.cs (6)
170
SyntaxNode ISpeculationAnalyzer.ReplacedExpression =>
ReplacedExpression
;
499
/// in the original tree and simultaneously walking bottom up from <see cref="
ReplacedExpression
"/> up to <see cref="SemanticRootOfReplacedExpression"/>
507
var newType = (TTypeSyntax)this.
ReplacedExpression
;
513
currentReplacedNode: this.
ReplacedExpression
,
557
/// Checks whether the semantic symbols for the <see cref="OriginalExpression"/> and <see cref="
ReplacedExpression
"/> are non-null and compatible.
568
return SymbolsAreCompatible(this.OriginalExpression, this.
ReplacedExpression
, requireNonNullSymbols: true);