1 write to _stringValue
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
483
set {
_stringValue
= value; }
5 references to _stringValue
ScenarioTests.Common.Tests (5)
ScenarioTestTypes.cs (5)
482
get { return
_stringValue
; }
546
if (
_stringValue
!= other.
_stringValue
) { return false; }
574
sb.AppendLine("StringValue: " + (string.IsNullOrEmpty(
_stringValue
) ? "<empty>" :
_stringValue
.ToString()));