1 write to _newExpressionForReplace
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AbstractSpeculationAnalyzer.cs (1)
83
_newExpressionForReplace
= newExpression;
2 references to _newExpressionForReplace
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AbstractSpeculationAnalyzer.cs (2)
158
/// Note that this node is a cloned version of <see cref="
_newExpressionForReplace
"/> node, which has been re-parented
212
var annotatedExpression =
_newExpressionForReplace
.WithAdditionalAnnotations(annotation);