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