4 references to JSONBool
Microsoft.VisualStudio.TestPlatform.Common (4)
Utilities\SimpleJSON.cs (4)
424
return new
JSONBool
(b);
1168
return new
JSONBool
(_data);
1365
get { Set(new
JSONBool
(false)); return false; }
1366
set { Set(new
JSONBool
(value)); }