4 references to UnexpectedMessageWithoutHandshake
dotnet (4)
Commands\Test\MTP\TestApplicationHandler.cs (4)
100
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(DiscoveredTestMessages)));
128
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(TestResultMessages)));
181
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(FileArtifactMessages)));
211
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutHandshake
, nameof(DiscoveredTestMessages)));