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