2 references to IsRunning
Microsoft.AspNetCore (2)
WebApplication.cs (2)
255return $@"ApplicationName = ""{Environment.ApplicationName}"", IsRunning = {(IsRunning ? "true" : "false")}"; 295public bool IsRunning => _webApplication.IsRunning;