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