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