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