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