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)
146
if (
_node
!= null)
147
_enumerator =
_node
.GetEnumerator();
163
return new LinqEnumerator(
_node
);
168
if (
_node
!= null)
169
_enumerator =
_node
.GetEnumerator();
174
return new LinqEnumerator(
_node
);