22 references to Set
Microsoft.VisualStudio.TestPlatform.Common (22)
Utilities\SimpleJSON.cs (22)
1268
set {
Set
(new JSONArray()).Add(value); }
1274
set {
Set
(new JSONObject()).Add(aKey, value); }
1279
Set
(new JSONArray()).Add(aItem);
1284
Set
(new JSONObject()).Add(aKey, aItem);
1309
get {
Set
(new JSONNumber(0)); return 0; }
1310
set {
Set
(new JSONNumber(value)); }
1315
get {
Set
(new JSONNumber(0.0f)); return 0.0f; }
1316
set {
Set
(new JSONNumber(value)); }
1321
get {
Set
(new JSONNumber(0.0)); return 0.0; }
1322
set {
Set
(new JSONNumber(value)); }
1330
Set
(new JSONString("0"));
1332
Set
(new JSONNumber(0.0));
1338
Set
(new JSONString(value.ToString(CultureInfo.InvariantCulture)));
1340
Set
(new JSONNumber(value));
1349
Set
(new JSONString("0"));
1351
Set
(new JSONNumber(0.0));
1357
Set
(new JSONString(value.ToString(CultureInfo.InvariantCulture)));
1359
Set
(new JSONNumber(value));
1365
get {
Set
(new JSONBool(false)); return false; }
1366
set {
Set
(new JSONBool(value)); }
1371
get { return
Set
(new JSONArray()); }
1376
get { return
Set
(new JSONObject()); }