4 references to GetValue
Microsoft.TestPlatform.CrossPlatEngine (4)
Client\MTP\MtpJson.cs (3)
29=> GetValue(node, key) as string; 32=> TryToInt(GetValue(node, key), out result); 36switch (GetValue(node, key))
Client\MTP\MtpTestNodeConverter.cs (1)
108if (MtpJson.GetValue(node, MtpConstants.Traits) is not JsonArray traits)