6 references to Interpolation
Microsoft.CodeAnalysis.CSharp.EditorFeatures (6)
StringCopyPaste\StringCopyPasteContent.cs (6)
20
/// cref="StringCopyPasteContentKind.
Interpolation
"/>.
26
/// cref="StringCopyPasteContentKind.
Interpolation
"/>. <see langword="null"/> for <see
33
/// cref="StringCopyPasteContentKind.
Interpolation
"/>. <see langword="null"/> for <see
40
/// cref="StringCopyPasteContentKind.
Interpolation
"/>. <see langword="null"/> for <see
66
public bool IsInterpolation => Kind == StringCopyPasteContentKind.
Interpolation
;
72
=> new(StringCopyPasteContentKind.
Interpolation
, null, expression, alignmentClause, formatClause);