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();