1 instantiation of BrowserLogsCdpProtocolObjectValue
Aspire.Hosting.Browsers.Tests (1)
src\Aspire.Hosting.Browsers\BrowserLogsCdpProtocol.cs (1)
923return new BrowserLogsCdpProtocolObjectValue(properties);
4 references to BrowserLogsCdpProtocolObjectValue
Aspire.Hosting.Browsers.Tests (4)
BrowserLogsCdpProtocolTests.cs (1)
41Assert.IsType<BrowserLogsCdpProtocolObjectValue>(args[3].Value);
src\Aspire.Hosting.Browsers\BrowserLogsCdpProtocol.cs (2)
854case BrowserLogsCdpProtocolObjectValue objectValue: 896private static BrowserLogsCdpProtocolObjectValue ReadObject(ref Utf8JsonReader reader, JsonSerializerOptions options)
src\Aspire.Hosting.Browsers\BrowserLogsEventLogger.cs (1)
354case BrowserLogsCdpProtocolObjectValue objectValue: