1 instantiation of BrowserLogsExceptionThrownEvent
Aspire.Hosting.Browsers.Tests (1)
src\Aspire.Hosting.Browsers\BrowserLogsCdpProtocol.cs (1)
229
static (string? sessionId, BrowserLogsExceptionThrownParameters parameters) => new
BrowserLogsExceptionThrownEvent
(sessionId, parameters));
2 references to BrowserLogsExceptionThrownEvent
Aspire.Hosting.Browsers.Tests (2)
src\Aspire.Hosting.Browsers\BrowserLogsCdpProtocol.cs (1)
225
private static
BrowserLogsExceptionThrownEvent
? CreateExceptionThrownEvent(ReadOnlySpan<byte> framePayload)
src\Aspire.Hosting.Browsers\BrowserLogsEventLogger.cs (1)
36
case
BrowserLogsExceptionThrownEvent
exceptionThrownEvent: