6 references to Interpolation
Microsoft.CodeAnalysis.CSharp.EditorFeatures (6)
StringCopyPaste\StringCopyPasteContent.cs (6)
26/// cref="StringCopyPasteContentKind.Interpolation"/>. 32/// cref="StringCopyPasteContentKind.Interpolation"/>. <see langword="null"/> for <see 39/// cref="StringCopyPasteContentKind.Interpolation"/>. <see langword="null"/> for <see 46/// cref="StringCopyPasteContentKind.Interpolation"/>. <see langword="null"/> for <see 57public bool IsInterpolation => Kind == StringCopyPasteContentKind.Interpolation; 63=> new(StringCopyPasteContentKind.Interpolation, null, expression, alignmentClause, formatClause);