4 references to FormattableInt32
Microsoft.Private.Windows.Polyfills.Tests (4)
System\ISpanFormattableTests.cs (4)
34
ISpanFormattable formattable = new
FormattableInt32
(42);
47
ISpanFormattable formattable = new
FormattableInt32
(12345);
59
ISpanFormattable formattable = new
FormattableInt32
(-7);
71
FormattableInt32 formattable =
new
(12345);