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);
36
switch (
GetValue
(node, key))
Client\MTP\MtpTestNodeConverter.cs (1)
108
if (MtpJson.
GetValue
(node, MtpConstants.Traits) is not JsonArray traits)