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