3 writes to _data
Microsoft.VisualStudio.TestPlatform.Common (3)
Utilities\SimpleJSON.cs (3)
1014
_data
= value;
1020
_data
= aData;
1046
_data
= "";
7 references to _data
Microsoft.VisualStudio.TestPlatform.Common (7)
Utilities\SimpleJSON.cs (7)
1011
get { return
_data
; }
1024
return new JSONString(
_data
);
1029
aSB.Append('\"').Append(Escape(
_data
)).Append('\"');
1036
return
_data
== s;
1038
return s2 != null &&
_data
== s2.
_data
;
1042
return
_data
.GetHashCode();