9 references to StringInfo
Microsoft.CodeAnalysis.CSharp.EditorFeatures (9)
StringCopyPaste\AbstractPasteProcessor.cs (3)
64
protected readonly
StringInfo
StringExpressionBeforePasteInfo;
67
/// All the spans of <see cref="StringExpressionBeforePasteInfo"/>'s <see cref="
StringInfo
.ContentSpans"/>
114
StringExpressionBeforePasteInfo =
StringInfo
.GetStringInfo(TextBeforePaste, stringExpressionBeforePaste);
StringCopyPaste\StringCopyPasteCommandHandler.cs (1)
333
var contentSpans =
StringInfo
.GetStringInfo(snapshot.AsText(), stringExpression).ContentSpans;
StringCopyPaste\StringInfo.cs (5)
61
public static
StringInfo
GetStringInfo(SourceText text, ExpressionSyntax stringExpression)
69
private static
StringInfo
GetStringLiteralInfo(SourceText text, LiteralExpressionSyntax literal)
83
private static
StringInfo
GetRawStringLiteralInfo(SourceText text, LiteralExpressionSyntax literal)
155
private static
StringInfo
GetNormalStringLiteralStringInfo(SourceText text, LiteralExpressionSyntax literal)
180
private static
StringInfo
GetInterpolatedStringInfo(