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