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