2 references to _replacementAnnotation
Microsoft.CodeAnalysis.VisualBasic.Features (2)
IntroduceVariable\VisualBasicIntroduceVariableService.Rewriter.vb (2)
29
.WithAdditionalAnnotations(
_replacementAnnotation
)
40
If innerExpression.HasAnnotation(
_replacementAnnotation
) AndAlso innerExpression.Equals(parenthesizedExpression.Expression) Then