1 write to _dateTimeValue
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
399
set {
_dateTimeValue
= value; }
4 references to _dateTimeValue
ScenarioTests.Common.Tests (4)
ScenarioTestTypes.cs (4)
398
get { return
_dateTimeValue
; }
521
if (
_dateTimeValue
!= other.
_dateTimeValue
) { return false; }
562
sb.AppendLine("DateTimeValue: " +
_dateTimeValue
);