4 instantiations of 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);
1 reference to FormattableInt32
Microsoft.Private.Windows.Polyfills.Tests (1)
System\ISpanFormattableTests.cs (1)
71
FormattableInt32
formattable = new(12345);