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