1 write to _intValue
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
406
set {
_intValue
= value; }
4 references to _intValue
ScenarioTests.Common.Tests (4)
ScenarioTestTypes.cs (4)
405
get { return
_intValue
; }
523
if (
_intValue
!= other.
_intValue
) { return false; }
563
sb.AppendLine("IntValue: " +
_intValue
);