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