1 write to _sigTermRegistration
Microsoft.AspNetCore.Hosting (1)
Internal\WebHostLifetime.cs (1)
29_sigTermRegistration = PosixSignalRegistration.Create(PosixSignal.SIGTERM, handler);
1 reference to _sigTermRegistration
Microsoft.AspNetCore.Hosting (1)
Internal\WebHostLifetime.cs (1)
43_sigTermRegistration.Dispose();