1 write to _intValue
UnitTests.Common (1)
TestTypes.cs (1)
456
set {
_intValue
= value; }
4 references to _intValue
UnitTests.Common (4)
TestTypes.cs (4)
455
get { return
_intValue
; }
573
if (
_intValue
!= other.
_intValue
) { return false; }
613
sb.AppendLine("IntValue: " +
_intValue
);