1 write to _timeSpanValue
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
510set { _timeSpanValue = value; }
4 references to _timeSpanValue
ScenarioTests.Common.Tests (4)
ScenarioTestTypes.cs (4)
509get { return _timeSpanValue; } 556if (_timeSpanValue != other._timeSpanValue) { return false; } 583sb.AppendLine("TimeSpanValue: " + _timeSpanValue);