4 references to s_replacementAnnotation
Microsoft.CodeAnalysis.CSharp.Features (4)
IntroduceVariable\CSharpIntroduceVariableService.Rewriter.cs (4)
36
.WithAdditionalAnnotations(
s_replacementAnnotation
);
47
newNode.Expression.HasAnnotation(
s_replacementAnnotation
))
64
newNode.Expression.HasAnnotation(
s_replacementAnnotation
) &&
84
if (innerExpression.HasAnnotation(
s_replacementAnnotation
))