1 write to NewLine
dotnet (1)
Commands\Run\FileBasedAppSourceEditor.cs (1)
57NewLine = GetNewLine(sourceFile.Text),
6 references to NewLine
dotnet (6)
Commands\Run\FileBasedAppSourceEditor.cs (6)
92return new TextChange(toReplace.Info.Span, newText: directive.ToString() + NewLine); 113return new TextChange(span, newText: directive.ToString() + NewLine); 182string suffix = NewLine; 192prefix += NewLine; 198prefix += NewLine; 208suffix += NewLine;