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)
1011get { return _data; } 1024return new JSONString(_data); 1029aSB.Append('\"').Append(Escape(_data)).Append('\"'); 1036return _data == s; 1038return s2 != null && _data == s2._data; 1042return _data.GetHashCode();