3 references to ConnectingToSocketEvent
aspire (2)
Backchannel\AuxiliaryBackchannelMonitor.cs (2)
34internal static EventId ConnectingToSocketEvent { get; } = new(1, nameof(ConnectingToSocketEvent)); 479logger.LogInformation(ConnectingToSocketEvent, "Connecting to auxiliary socket: {SocketPath}", socketPath);
Aspire.Cli.Tests (1)
Backchannel\AuxiliaryBackchannelMonitorTests.cs (1)
259entry.EventId == AuxiliaryBackchannelMonitor.ConnectingToSocketEvent &&