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