1 write to _boolValue
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
391set { _boolValue = value; }
4 references to _boolValue
ScenarioTests.Common.Tests (4)
ScenarioTestTypes.cs (4)
390get { return _boolValue; } 525if (_boolValue != other._boolValue) { return false; } 566sb.AppendLine("BoolValue: " + _boolValue);