1 instantiation of SystemdNotifier
Microsoft.Extensions.Hosting.Systemd (1)
SystemdHostBuilderExtensions.cs (1)
125var notifier = new SystemdNotifier();
6 references to SystemdNotifier
Microsoft.Extensions.Hosting.Systemd (6)
SystemdHelpers.cs (2)
102/// Checks if <see cref="SystemdLifetime"/> and <see cref="SystemdNotifier"/> should be registered. 104/// <remarks><see cref="SystemdNotifier"/> is a noop when <c>NOTIFY_SOCKET</c> is absent.</remarks>
SystemdHostBuilderExtensions.cs (3)
28/// The <see cref="SystemdLifetime"/> and <see cref="SystemdNotifier"/> are registered when 72/// The <see cref="SystemdLifetime"/> and <see cref="SystemdNotifier"/> are registered when 125var notifier = new SystemdNotifier();
SystemdNotifier.cs (1)
19/// Instantiates a new <see cref="SystemdNotifier"/> and sets the notify socket path.