6 references to Text
Microsoft.CodeAnalysis.CSharp.EditorFeatures (6)
StringCopyPaste\StringCopyPasteContent.cs (6)
25/// The actual string value for <see cref="StringCopyPasteContentKind.Text"/>. <see langword="null"/> for <see 33/// cref="StringCopyPasteContentKind.Text"/>. 40/// cref="StringCopyPasteContentKind.Text"/>. 47/// cref="StringCopyPasteContentKind.Text"/>. 53public bool IsText => Kind == StringCopyPasteContentKind.Text; 60=> new(StringCopyPasteContentKind.Text, text, null, null, null);