2 writes to _key
Microsoft.VisualStudio.TestPlatform.Common (2)
Utilities\SimpleJSON.cs (2)
1246
_key
= null;
1252
_key
= aKey;
2 references to _key
Microsoft.VisualStudio.TestPlatform.Common (2)
Utilities\SimpleJSON.cs (2)
1257
if (
_key
== null)
1260
_node.Add(
_key
, aVal);