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)
34public bool IsEnabled => _socketPath != null; 52var endPoint = new UnixDomainSocketEndPoint(_socketPath!);