2 writes to Date
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataObjectTests.cs (2)
2900Date = DateTimeOffset.Now, 2957result.Date = DateTimeOffset.ParseExact(reader.GetString(), "MM/dd/yyyy", null);
5 references to Date
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataObjectTests.cs (5)
2910deserialized.Date.ToString(offsetFormat).Should().Be(forecast.Date.ToString(offsetFormat)); 2956case nameof(WeatherForecast.Date): 2982writer.WriteString(nameof(WeatherForecast.Date), value.Date.ToString("MM/dd/yyyy"));