8 references to StringCopyPasteContent
Microsoft.CodeAnalysis.CSharp.EditorFeatures (8)
StringCopyPaste\StringCopyPasteContent.cs (2)
59
public static
StringCopyPasteContent
ForText(string text)
62
public static
StringCopyPasteContent
ForInterpolation(string expression, string? alignmentClause, string? formatClause)
StringCopyPaste\StringCopyPasteData.cs (6)
23
internal sealed class StringCopyPasteData(ImmutableArray<
StringCopyPasteContent
> contents)
25
public ImmutableArray<
StringCopyPasteContent
> Contents { get; } = contents;
125
out
StringCopyPasteContent
content)
134
content =
StringCopyPasteContent
.ForText(text);
144
using var _ = ArrayBuilder<
StringCopyPasteContent
>.GetInstance(out var result);
170
result.Add(
StringCopyPasteContent
.ForInterpolation(