2 references to IsHostShuttingDown
Microsoft.CodeAnalysis.Remote.Workspaces (2)
BrokeredServiceConnection.cs (2)
344
if (
IsHostShuttingDown
|| IsRemoteIOException(exception))
391
else if (
IsHostShuttingDown
)