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