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