1 write to _sigIntRegistration
Microsoft.AspNetCore.Hosting (1)
Internal\WebHostLifetime.cs (1)
27
_sigIntRegistration
= PosixSignalRegistration.Create(PosixSignal.SIGINT, handler);
1 reference to _sigIntRegistration
Microsoft.AspNetCore.Hosting (1)
Internal\WebHostLifetime.cs (1)
41
_sigIntRegistration
.Dispose();