1 write to NewLine
dotnet (1)
Commands\Run\FileBasedAppSourceEditor.cs (1)
58NewLine = GetNewLine(sourceFile.Text),
6 references to NewLine
dotnet (6)
Commands\Run\FileBasedAppSourceEditor.cs (6)
94return new TextChange(toReplace.Info.Span, newText: directive.ToString() + NewLine); 123return new TextChange(span, newText: directive.ToString() + NewLine); 197string suffix = NewLine; 207prefix += NewLine; 213prefix += NewLine; 223suffix += NewLine;