4 references to IsAnyMultiLineRawStringExpression
Microsoft.CodeAnalysis.CSharp.EditorFeatures (4)
StringCopyPaste\KnownSourcePasteProcessor.cs (2)
151
var convertToMultiLine = !
IsAnyMultiLineRawStringExpression
(StringExpressionBeforePaste) && RawContentMustBeMultiLine(textAfterBasicPaste, contentSpansAfterBasicPaste);
251
var isMultiLine =
IsAnyMultiLineRawStringExpression
(StringExpressionBeforePaste);
StringCopyPaste\StringCopyPasteCommandHandler.cs (1)
245
if (
IsAnyMultiLineRawStringExpression
(stringExpressionBeforePaste))
StringCopyPaste\UnknownSourcePasteProcessor.cs (1)
134
if (
IsAnyMultiLineRawStringExpression
(StringExpressionBeforePaste))