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