6 references to Text
Microsoft.CodeAnalysis.CSharp.EditorFeatures (6)
StringCopyPaste\StringCopyPasteContent.cs (6)
19/// The actual string value for <see cref="StringCopyPasteContentKind.Text"/>. <see langword="null"/> for <see 27/// cref="StringCopyPasteContentKind.Text"/>. 34/// cref="StringCopyPasteContentKind.Text"/>. 41/// cref="StringCopyPasteContentKind.Text"/>. 62public bool IsText => Kind == StringCopyPasteContentKind.Text; 69=> new(StringCopyPasteContentKind.Text, text, null, null, null);