1 write to _uintValue
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
441
set {
_uintValue
= value; }
4 references to _uintValue
ScenarioTests.Common.Tests (4)
ScenarioTestTypes.cs (4)
440
get { return
_uintValue
; }
529
if (
_uintValue
!= other.
_uintValue
) { return false; }
568
sb.AppendLine("UintValue: " +
_uintValue
);