1 write to _boolValue
UnitTests.Common (1)
TestTypes.cs (1)
435
set {
_boolValue
= value; }
4 references to _boolValue
UnitTests.Common (4)
TestTypes.cs (4)
434
get { return
_boolValue
; }
569
if (
_boolValue
!= other.
_boolValue
) { return false; }
610
sb.AppendLine("BoolValue: " +
_boolValue
);