4 references to Format
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (2)
570
/// Writes a formatted string to the stream, using the same semantics as <see cref="string.
Format
(string, ReadOnlySpan{object?})"/>.
638
/// Writes out a formatted string and a new line to the stream, using the same semantics as <see cref="string.
Format
(string, ReadOnlySpan{object?})"/>.
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.cs (2)
321
/// Writes a formatted string to the text stream, using the same semantics as <see cref="string.
Format
(string, ReadOnlySpan{object?})"/>.
528
/// Writes out a formatted string and a new line to the text stream, using the same semantics as <see cref="string.
Format
(string, ReadOnlySpan{object?})"/>.