1 instantiation of HandshakeFailureRecord
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
1118_handshakeFailures.Add(new HandshakeFailureRecord(assemblyPath, targetFramework, exitCode, outputData, errorData));
3 references to HandshakeFailureRecord
dotnet-aot (3)
parent\dotnet\Commands\Test\MTP\Terminal\TerminalTestReporter.cs (3)
59private readonly List<HandshakeFailureRecord> _handshakeFailures = new(); 645HandshakeFailureRecord[] failures; 661foreach (HandshakeFailureRecord failure in failures)