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