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)
84public bool IsValid { get { return _type != Type.None; } } 102if (_type == Type.Array) 104else if (_type == Type.Object) 111if (_type == Type.Array) 113else if (_type == Type.Object)