2 references to TargetAttachToTargetMethod
Aspire.Hosting.Browsers.Tests (2)
BrowserLogsCdpConnectionTests.cs (1)
59
var attachToTargetCommand = Assert.Single(new[] { firstCommand, secondCommand }, static command => command.Method == BrowserLogsCdpProtocol.
TargetAttachToTargetMethod
);
src\Aspire.Hosting.Browsers\BrowserLogsCdpConnection.cs (1)
130
BrowserLogsCdpProtocol.
TargetAttachToTargetMethod
,