2 references to
System.Console (2)
System\TermInfo.cs (2)
428
public FormatParam(int value) :
this
(value, null) { }
432
public FormatParam(string? value) :
this
(0, value ?? string.Empty) { }