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