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