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)
103
return new KeyValuePair<string, JSONNode>(string.Empty,
_array
.Current);
112
return
_array
.MoveNext();