3 references to AttemptNumber
dotnet (3)
Commands\Test\MTP\TestApplicationHandler.cs (3)
110
if (handshakeMessage.Properties.TryGetValue(HandshakeMessagePropertyNames.
AttemptNumber
, out string? attemptNumberValue) &&
242
HandshakeMessagePropertyNames.
AttemptNumber
=> nameof(HandshakeMessagePropertyNames.
AttemptNumber
),