2 references to TryToInt
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\MTP\MtpJson.cs (1)
32
=>
TryToInt
(GetValue(node, key), out result);
Client\MTP\MtpServerConnection.cs (1)
255
int? id = root.TryGetValue("id", out object? idValue) && MtpJson.
TryToInt
(idValue, out int parsedId)