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