1 write to _stopping
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
241if (Interlocked.Exchange(ref _stopping, 1) == 1)
2 references to _stopping
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\KestrelServerImpl.cs (2)
292if (_stopping == 1) 336if (_stopping == 1)