1 write to NewLine
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
StringCopyPaste\AbstractPasteProcessor.cs (1)
101
NewLine
= newLine;
8 references to NewLine
Microsoft.CodeAnalysis.CSharp.EditorFeatures (8)
StringCopyPaste\KnownSourcePasteProcessor.cs (4)
198
edits.Add(new TextChange(new TextSpan(StringExpressionBeforePasteInfo.StartDelimiterSpan.End, 0),
NewLine
+ IndentationWhitespace));
214
edits.Add(new TextChange(new TextSpan(StringExpressionBeforePasteInfo.EndDelimiterSpan.Start, 0),
NewLine
+ IndentationWhitespace));
269
builder.Append(
NewLine
);
340
builder.Append(
NewLine
);
StringCopyPaste\UnknownSourcePasteProcessor.cs (4)
170
edits.Add(new TextChange(new TextSpan(StringExpressionBeforePasteInfo.StartDelimiterSpan.End, 0),
NewLine
+ IndentationWhitespace));
214
edits.Add(new TextChange(new TextSpan(StringExpressionBeforePasteInfo.EndDelimiterSpan.Start, 0),
NewLine
+ IndentationWhitespace));
276
buffer.Append(
NewLine
);
325
buffer.Append(
NewLine
);