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