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