2 references to GetContentEditForRawString
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
StringCopyPaste\KnownSourcePasteProcessor.cs (2)
160
var trivialContentEdit =
GetContentEditForRawString
(insertInterpolations: false, dollarSignCount: -1);
206
edits.Add(
GetContentEditForRawString
(insertInterpolations: true, finalDollarSignCount));