3 references to TargetCreateTargetMethod
Aspire.Hosting.Browsers.Tests (3)
BrowserLogsCdpConnectionTests.cs (2)
58var createTargetCommand = Assert.Single(new[] { firstCommand, secondCommand }, static command => command.Method == BrowserLogsCdpProtocol.TargetCreateTargetMethod); 169Assert.Equal(BrowserLogsCdpProtocol.TargetCreateTargetMethod, command.Method);
src\Aspire.Hosting.Browsers\BrowserLogsCdpConnection.cs (1)
110BrowserLogsCdpProtocol.TargetCreateTargetMethod,