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