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