1 write to _longValue
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
427set { _longValue = value; }
4 references to _longValue
ScenarioTests.Common.Tests (4)
ScenarioTestTypes.cs (4)
426get { return _longValue; } 526if (_longValue != other._longValue) { return false; } 566sb.AppendLine("LongValue: " + _longValue);