4 references to _handshakeFailures
dotnet (4)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (4)
183
_handshakeFailures
.Clear();
389
if (
_handshakeFailures
.Count == 0)
394
failures =
_handshakeFailures
.ToArray();
843
_handshakeFailures
.Add(new HandshakeFailureRecord(assemblyPath, targetFramework, exitCode, outputData, errorData));