4 instantiations of StringInfo
Microsoft.CodeAnalysis.CSharp.EditorFeatures (4)
StringCopyPaste\StringInfo.cs (4)
113
return new
StringInfo
(
153
return new
StringInfo
(
183
return new
StringInfo
(
228
return new
StringInfo
(
9 references to StringInfo
Microsoft.CodeAnalysis.CSharp.EditorFeatures (9)
StringCopyPaste\AbstractPasteProcessor.cs (3)
70
protected readonly
StringInfo
StringExpressionBeforePasteInfo;
73
/// All the spans of <see cref="StringExpressionBeforePasteInfo"/>'s <see cref="
StringInfo
.ContentSpans"/>
120
StringExpressionBeforePasteInfo =
StringInfo
.GetStringInfo(TextBeforePaste, stringExpressionBeforePaste);
StringCopyPaste\StringCopyPasteCommandHandler.cs (1)
345
var contentSpans =
StringInfo
.GetStringInfo(snapshot.AsText(), stringExpression).ContentSpans;
StringCopyPaste\StringInfo.cs (5)
73
public static
StringInfo
GetStringInfo(SourceText text, ExpressionSyntax stringExpression)
81
private static
StringInfo
GetStringLiteralInfo(SourceText text, LiteralExpressionSyntax literal)
95
private static
StringInfo
GetRawStringLiteralInfo(SourceText text, LiteralExpressionSyntax literal)
167
private static
StringInfo
GetNormalStringLiteralStringInfo(SourceText text, LiteralExpressionSyntax literal)
192
private static
StringInfo
GetInterpolatedStringInfo(