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