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)
24
internal class StringCopyPasteData(ImmutableArray<
StringCopyPasteContent
> contents)
26
public ImmutableArray<
StringCopyPasteContent
> Contents { get; } = contents;
126
out
StringCopyPasteContent
content)
135
content =
StringCopyPasteContent
.ForText(text);
145
using var _ = ArrayBuilder<
StringCopyPasteContent
>.GetInstance(out var result);
171
result.Add(
StringCopyPasteContent
.ForInterpolation(