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