5 references to SupportedProtocolVersions
dotnet (5)
Commands\Test\MTP\TestApplication.cs (2)
675if (!handshakeMessage.Properties.TryGetValue(HandshakeMessagePropertyNames.SupportedProtocolVersions, out string? protocolVersions) || 725{ HandshakeMessagePropertyNames.SupportedProtocolVersions, version }
Commands\Test\MTP\TestApplicationHandler.cs (3)
51string failureMessage = handshakeMessage.Properties.TryGetValue(HandshakeMessagePropertyNames.SupportedProtocolVersions, out string? supportedProtocolVersions) && !string.IsNullOrWhiteSpace(supportedProtocolVersions) 235HandshakeMessagePropertyNames.SupportedProtocolVersions => nameof(HandshakeMessagePropertyNames.SupportedProtocolVersions),