2 writes to _node
Microsoft.VisualStudio.TestPlatform.Common (2)
Utilities\SimpleJSON.cs (2)
145_node = aNode; 157_node = null;
6 references to _node
Microsoft.VisualStudio.TestPlatform.Common (6)
Utilities\SimpleJSON.cs (6)
146if (_node != null) 147_enumerator = _node.GetEnumerator(); 163return new LinqEnumerator(_node); 168if (_node != null) 169_enumerator = _node.GetEnumerator(); 174return new LinqEnumerator(_node);