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