1 write to _doubleValue
UnitTests.Common (1)
TestTypes.cs (1)
484set { _doubleValue = value; }
4 references to _doubleValue
UnitTests.Common (4)
TestTypes.cs (4)
483get { return _doubleValue; } 577if (_doubleValue != other._doubleValue) { return false; } 617sb.AppendLine("DoubleValue: " + _doubleValue);