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