3 references to GetDollarSignsToAddToRawString
Microsoft.CodeAnalysis.CSharp.EditorFeatures (3)
StringCopyPaste\KnownSourcePasteProcessor.cs (1)
153
GetDollarSignsToAddToRawString
(textAfterBasicPaste, contentSpansAfterBasicPaste),
StringCopyPaste\UnknownSourcePasteProcessor.cs (2)
150
/// <inheritdoc cref="AbstractPasteProcessor.
GetDollarSignsToAddToRawString
(SourceText, ImmutableArray{TextSpan})" />
152
=>
GetDollarSignsToAddToRawString
(TextAfterPaste, TextContentsSpansAfterPaste);