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