1 write to _intValue
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
406set { _intValue = value; }
4 references to _intValue
ScenarioTests.Common.Tests (4)
ScenarioTestTypes.cs (4)
405get { return _intValue; } 523if (_intValue != other._intValue) { return false; } 563sb.AppendLine("IntValue: " + _intValue);