1 write to _stringValue
UnitTests.Common (1)
TestTypes.cs (1)
533set { _stringValue = value; }
5 references to _stringValue
UnitTests.Common (5)
TestTypes.cs (5)
532get { return _stringValue; } 596if (_stringValue != other._stringValue) { return false; } 624sb.AppendLine("StringValue: " + (string.IsNullOrEmpty(_stringValue) ? "<empty>" : _stringValue.ToString()));