1 write to _value
Microsoft.Private.Windows.Polyfills.Tests (1)
System\ISpanFormattableTests.cs (1)
12
public FormattableInt32(int value) =>
_value
= value;
2 references to _value
Microsoft.Private.Windows.Polyfills.Tests (2)
System\ISpanFormattableTests.cs (2)
16
string formatted =
_value
.ToString(format.Length > 0 ? format.ToString() : null, provider);
28
public string ToString(string? format, IFormatProvider? formatProvider) =>
_value
.ToString(format, formatProvider);