2 references to EndDelimiterSpanWithoutSuffix
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
StringCopyPaste\KnownSourcePasteProcessor.cs (1)
218
edits.Add(new TextChange(new TextSpan(StringExpressionBeforePasteInfo.
EndDelimiterSpanWithoutSuffix
.End, 0), quotesToAdd));
StringCopyPaste\UnknownSourcePasteProcessor.cs (1)
141
edits.Add(new TextChange(new TextSpan(StringExpressionBeforePasteInfo.
EndDelimiterSpanWithoutSuffix
.End, 0), quotesToAdd));