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