src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (10)
522WriteFormatHelper(format, new ReadOnlySpan<object?>(in arg0), appendNewLine: false);
534WriteFormatHelper(format, [arg0, arg1], appendNewLine: false);
546WriteFormatHelper(format, [arg0, arg1, arg2], appendNewLine: false);
562WriteFormatHelper(format, arg, appendNewLine: false);
579WriteFormatHelper(format, arg, appendNewLine: false);
591WriteFormatHelper(format, new ReadOnlySpan<object?>(in arg0), appendNewLine: true);
603WriteFormatHelper(format, [arg0, arg1], appendNewLine: true);
615WriteFormatHelper(format, [arg0, arg1, arg2], appendNewLine: true);
628WriteFormatHelper(format, arg, appendNewLine: true);
645WriteFormatHelper(format, arg, appendNewLine: true);