3 references to RightNodeAnnotation
Microsoft.CodeAnalysis.CSharp.Features (3)
SplitStringLiteral\InterpolatedStringSplitter.cs (1)
78
rightExpression.WithAdditionalAnnotations(
RightNodeAnnotation
));
SplitStringLiteral\SimpleStringSplitter.cs (1)
71
rightExpression.WithAdditionalAnnotations(
RightNodeAnnotation
));
SplitStringLiteral\StringSplitter.cs (1)
113
var rightExpression = newRoot.GetAnnotatedNodes(
RightNodeAnnotation
).Single();