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