4 references to Current
Microsoft.VisualStudio.TestPlatform.Common (4)
Utilities\SimpleJSON.cs (4)
124public JSONNode Current { get { return _enumerator.Current.Value; } } 134public string Current { get { return _enumerator.Current.Key; } } 149public KeyValuePair<string, JSONNode> Current { get { return _enumerator.Current; } } 150object IEnumerator.Current { get { return _enumerator.Current; } }