1 instantiation of TcpSocketActionV1
Aspire.Hosting.Kubernetes (1)
Resources\LifecycleHandlerV1.cs (1)
61
public TcpSocketActionV1 TcpSocket { get; set; } =
new
();
2 references to TcpSocketActionV1
Aspire.Hosting.Kubernetes (2)
Resources\LifecycleHandlerV1.cs (1)
61
public
TcpSocketActionV1
TcpSocket { get; set; } = new();
Resources\ProbeV1.cs (1)
125
public
TcpSocketActionV1
? TcpSocket { get; set; }