2 references to RawContentMustBeMultiLine
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
StringCopyPaste\KnownSourcePasteProcessor.cs (1)
151
var convertToMultiLine = !IsAnyMultiLineRawStringExpression(StringExpressionBeforePaste) &&
RawContentMustBeMultiLine
(textAfterBasicPaste, contentSpansAfterBasicPaste);
StringCopyPaste\UnknownSourcePasteProcessor.cs (1)
164
var mustBeMultiLine =
RawContentMustBeMultiLine
(TextAfterPaste, TextContentsSpansAfterPaste);