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