8 references to Type
Microsoft.VisualStudio.TestPlatform.Common (8)
Utilities\SimpleJSON.cs (8)
80
private readonly
Type
_type;
84
public bool IsValid { get { return _type !=
Type
.None; } }
88
_type =
Type
.Array;
94
_type =
Type
.Object;
102
if (_type ==
Type
.Array)
104
else if (_type ==
Type
.Object)
111
if (_type ==
Type
.Array)
113
else if (_type ==
Type
.Object)