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