2 references to CreateInterpolatedStringText
Microsoft.CodeAnalysis.CSharp.Features (2)
SplitStringLiteral\InterpolatedStringSplitter.cs (2)
58beforeSplitContents.Add(CreateInterpolatedStringText(content.SpanStart, CursorPosition)); 59afterSplitContents.Insert(0, CreateInterpolatedStringText(CursorPosition, content.Span.End));