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