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)
197
edits.Add(new TextChange(new TextSpan(StringExpressionBeforePasteInfo.StartDelimiterSpan.End, 0),
NewLine
+ IndentationWhitespace));
213
edits.Add(new TextChange(new TextSpan(StringExpressionBeforePasteInfo.EndDelimiterSpan.Start, 0),
NewLine
+ IndentationWhitespace));
268
builder.Append(
NewLine
);
339
builder.Append(
NewLine
);
StringCopyPaste\UnknownSourcePasteProcessor.cs (4)
169
edits.Add(new TextChange(new TextSpan(StringExpressionBeforePasteInfo.StartDelimiterSpan.End, 0),
NewLine
+ IndentationWhitespace));
213
edits.Add(new TextChange(new TextSpan(StringExpressionBeforePasteInfo.EndDelimiterSpan.Start, 0),
NewLine
+ IndentationWhitespace));
275
buffer.Append(
NewLine
);
324
buffer.Append(
NewLine
);