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