1 write to _charArrayValue
UnitTests.Common (1)
TestTypes.cs (1)
526set { _charArrayValue = value; }
6 references to _charArrayValue
UnitTests.Common (6)
TestTypes.cs (6)
525get { return _charArrayValue; } 591for (int i = 0; i < _charArrayValue.Length; i++) 593if (_charArrayValue[i] != other._charArrayValue[i]) { return false; } 623sb.AppendLine("CharArrayValue: " + (_charArrayValue != null ? "Length: " + _charArrayValue.Length : "null"));