4 writes to _data
Microsoft.VisualStudio.TestPlatform.Common (4)
Utilities\SimpleJSON.cs (4)
1147_data = v; 1153set { _data = value; } 1158_data = aData; 1185_data = false;
6 references to _data
Microsoft.VisualStudio.TestPlatform.Common (6)
Utilities\SimpleJSON.cs (6)
1143get { return _data.ToString(); } 1152get { return _data; } 1168return new JSONBool(_data); 1173aSB.Append((_data) ? "true" : "false"); 1177return obj != null && obj is bool boolean && _data == boolean; 1181return _data.GetHashCode();