1 write to _intValue
UnitTests.Common (1)
TestTypes.cs (1)
456set { _intValue = value; }
4 references to _intValue
UnitTests.Common (4)
TestTypes.cs (4)
455get { return _intValue; } 573if (_intValue != other._intValue) { return false; } 613sb.AppendLine("IntValue: " + _intValue);