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