1 write to _socketPath
Microsoft.Extensions.Hosting.Systemd (1)
SystemdNotifier.cs (1)
28
_socketPath
= socketPath;
2 references to _socketPath
Microsoft.Extensions.Hosting.Systemd (2)
SystemdNotifier.cs (2)
32
public bool IsEnabled =>
_socketPath
!= null;
50
var endPoint = new UnixDomainSocketEndPoint(
_socketPath
!);