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