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