|
17 | 17 | | Debug | Assert(bool, string, string, params Object[]) | args | |
18 | 18 | | Debug | Print(string, params Object[]) | args | |
19 | 19 | | Debug | WriteLine(string, params Object[]) | args | |
| 20 | +| MemoryExtensions | TryWrite(Span<char>, IFormatProvider, CompositeFormat, out int, params Object[]) | args | |
| 21 | +| MemoryExtensions | TryWrite(Span<char>, IFormatProvider, CompositeFormat, out int, params Object[]) | charsWritten | |
| 22 | +| MemoryExtensions | TryWrite(Span<char>, IFormatProvider, CompositeFormat, out int, params ReadOnlySpan<object>) | args | |
| 23 | +| MemoryExtensions | TryWrite(Span<char>, IFormatProvider, CompositeFormat, out int, params ReadOnlySpan<object>) | charsWritten | |
| 24 | +| StringBuilder | AppendFormat(IFormatProvider, CompositeFormat, params Object[]) | args | |
| 25 | +| StringBuilder | AppendFormat(IFormatProvider, CompositeFormat, params ReadOnlySpan<object>) | args | |
20 | 26 | | StringBuilder | AppendFormat(IFormatProvider, string, object) | arg0 | |
21 | 27 | | StringBuilder | AppendFormat(IFormatProvider, string, object, object) | arg0 | |
22 | 28 | | StringBuilder | AppendFormat(IFormatProvider, string, object, object) | arg1 | |
|
51 | 57 | | TextWriter | WriteLine(string, object, object, object) | arg2 | |
52 | 58 | | TextWriter | WriteLine(string, params Object[]) | arg | |
53 | 59 | | TextWriter | WriteLine(string, params ReadOnlySpan<object>) | arg | |
| 60 | +| string | Format(IFormatProvider, CompositeFormat, params Object[]) | args | |
| 61 | +| string | Format(IFormatProvider, CompositeFormat, params ReadOnlySpan<object>) | args | |
54 | 62 | | string | Format(IFormatProvider, string, object) | arg0 | |
55 | 63 | | string | Format(IFormatProvider, string, object, object) | arg0 | |
56 | 64 | | string | Format(IFormatProvider, string, object, object) | arg1 | |
|
0 commit comments