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