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