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