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