4 references to s_replacementAnnotation
Microsoft.CodeAnalysis.VisualBasic.Features (4)
IntroduceVariable\VisualBasicIntroduceVariableService.Rewriter.vb (4)
30
WithAdditionalAnnotations(
s_replacementAnnotation
)
41
If innerExpression.HasAnnotation(
s_replacementAnnotation
) AndAlso innerExpression.Equals(parenthesizedExpression.Expression) Then
56
newNode.Expression.HasAnnotation(
s_replacementAnnotation
) Then
73
newNode.Expression.HasAnnotation(
s_replacementAnnotation
) AndAlso