1 write to NewLine
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
StringCopyPaste\AbstractPasteProcessor.cs (1)
107
NewLine
= newLine;
8 references to NewLine
Microsoft.CodeAnalysis.CSharp.EditorFeatures (8)
StringCopyPaste\KnownSourcePasteProcessor.cs (4)
210
edits.Add(new TextChange(new TextSpan(StringExpressionBeforePasteInfo.StartDelimiterSpan.End, 0),
NewLine
+ IndentationWhitespace));
226
edits.Add(new TextChange(new TextSpan(StringExpressionBeforePasteInfo.EndDelimiterSpan.Start, 0),
NewLine
+ IndentationWhitespace));
281
builder.Append(
NewLine
);
352
builder.Append(
NewLine
);
StringCopyPaste\UnknownSourcePasteProcessor.cs (4)
177
edits.Add(new TextChange(new TextSpan(StringExpressionBeforePasteInfo.StartDelimiterSpan.End, 0),
NewLine
+ IndentationWhitespace));
221
edits.Add(new TextChange(new TextSpan(StringExpressionBeforePasteInfo.EndDelimiterSpan.Start, 0),
NewLine
+ IndentationWhitespace));
283
buffer.Append(
NewLine
);
332
buffer.Append(
NewLine
);