3 references to IsText
Microsoft.CodeAnalysis.CSharp.EditorFeatures (3)
StringCopyPaste\KnownSourcePasteProcessor.cs (3)
78
if (content.
IsText
)
286
if (content.
IsText
)
338
var hasNewLine = content.
IsText
&& HasNewLine(lastContentSourceText!.Lines.Last());