8 references to StringCopyPasteContent
Microsoft.CodeAnalysis.CSharp.EditorFeatures (8)
StringCopyPaste\StringCopyPasteContent.cs (2)
59public static StringCopyPasteContent ForText(string text) 62public static StringCopyPasteContent ForInterpolation(string expression, string? alignmentClause, string? formatClause)
StringCopyPaste\StringCopyPasteData.cs (6)
24internal class StringCopyPasteData(ImmutableArray<StringCopyPasteContent> contents) 26public ImmutableArray<StringCopyPasteContent> Contents { get; } = contents; 126out StringCopyPasteContent content) 135content = StringCopyPasteContent.ForText(text); 145using var _ = ArrayBuilder<StringCopyPasteContent>.GetInstance(out var result); 171result.Add(StringCopyPasteContent.ForInterpolation(