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)
23internal sealed class StringCopyPasteData(ImmutableArray<StringCopyPasteContent> contents) 25public ImmutableArray<StringCopyPasteContent> Contents { get; } = contents; 125out StringCopyPasteContent content) 134content = StringCopyPasteContent.ForText(text); 144using var _ = ArrayBuilder<StringCopyPasteContent>.GetInstance(out var result); 170result.Add(StringCopyPasteContent.ForInterpolation(