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