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