9 references to StringInfo
Microsoft.CodeAnalysis.CSharp.EditorFeatures (9)
StringCopyPaste\AbstractPasteProcessor.cs (3)
65
protected readonly
StringInfo
StringExpressionBeforePasteInfo;
68
/// All the spans of <see cref="StringExpressionBeforePasteInfo"/>'s <see cref="
StringInfo
.ContentSpans"/>
115
StringExpressionBeforePasteInfo =
StringInfo
.GetStringInfo(TextBeforePaste, stringExpressionBeforePaste);
StringCopyPaste\StringCopyPasteCommandHandler.cs (1)
334
var contentSpans =
StringInfo
.GetStringInfo(snapshot.AsText(), stringExpression).ContentSpans;
StringCopyPaste\StringInfo.cs (5)
62
public static
StringInfo
GetStringInfo(SourceText text, ExpressionSyntax stringExpression)
70
private static
StringInfo
GetStringLiteralInfo(SourceText text, LiteralExpressionSyntax literal)
84
private static
StringInfo
GetRawStringLiteralInfo(SourceText text, LiteralExpressionSyntax literal)
156
private static
StringInfo
GetNormalStringLiteralStringInfo(SourceText text, LiteralExpressionSyntax literal)
181
private static
StringInfo
GetInterpolatedStringInfo(