2 references to EndDelimiterSpan
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
StringCopyPaste\KnownSourcePasteProcessor.cs (1)
214
edits.Add(new TextChange(new TextSpan(StringExpressionBeforePasteInfo.
EndDelimiterSpan
.Start, 0), NewLine + IndentationWhitespace));
StringCopyPaste\UnknownSourcePasteProcessor.cs (1)
214
edits.Add(new TextChange(new TextSpan(StringExpressionBeforePasteInfo.
EndDelimiterSpan
.Start, 0), NewLine + IndentationWhitespace));