1 write to _uintValue
UnitTests.Common (1)
TestTypes.cs (1)
491
set {
_uintValue
= value; }
4 references to _uintValue
UnitTests.Common (4)
TestTypes.cs (4)
490
get { return
_uintValue
; }
579
if (
_uintValue
!= other.
_uintValue
) { return false; }
618
sb.AppendLine("UintValue: " +
_uintValue
);