1 write to _dateTimeValue
UnitTests.Common (1)
TestTypes.cs (1)
449set { _dateTimeValue = value; }
4 references to _dateTimeValue
UnitTests.Common (4)
TestTypes.cs (4)
448get { return _dateTimeValue; } 571if (_dateTimeValue != other._dateTimeValue) { return false; } 612sb.AppendLine("DateTimeValue: " + _dateTimeValue);