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