Commands\Test\MTP\TestApplication.cs (6)
312if (!handshakeMessage.Properties.TryGetValue(HandshakeMessagePropertyNames.SupportedProtocolVersions, out string? protocolVersions) ||
337{ HandshakeMessagePropertyNames.PID, Environment.ProcessId.ToString(CultureInfo.InvariantCulture) },
338{ HandshakeMessagePropertyNames.Architecture, RuntimeInformation.ProcessArchitecture.ToString() },
339{ HandshakeMessagePropertyNames.Framework, RuntimeInformation.FrameworkDescription },
340{ HandshakeMessagePropertyNames.OS, RuntimeInformation.OSDescription },
341{ HandshakeMessagePropertyNames.SupportedProtocolVersions, version }