2 writes to _array
Microsoft.VisualStudio.TestPlatform.Common (2)
Utilities\SimpleJSON.cs (2)
90_array = aArrayEnum; 96_array = default;
2 references to _array
Microsoft.VisualStudio.TestPlatform.Common (2)
Utilities\SimpleJSON.cs (2)
103return new KeyValuePair<string, JSONNode>(string.Empty, _array.Current); 112return _array.MoveNext();