10 references to FailFast
Microsoft.CodeAnalysis (1)
InternalUtilities\FailFast.cs (1)
42Environment.FailFast(exception.ToString(), exception);
Microsoft.CodeAnalysis.CodeStyle (1)
src\Compilers\Core\Portable\InternalUtilities\FailFast.cs (1)
42Environment.FailFast(exception.ToString(), exception);
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (1)
src\Compilers\Core\Portable\InternalUtilities\FailFast.cs (1)
42Environment.FailFast(exception.ToString(), exception);
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
src\Compilers\Core\Portable\InternalUtilities\FailFast.cs (1)
42Environment.FailFast(exception.ToString(), exception);
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Compilers\Core\Portable\InternalUtilities\FailFast.cs (1)
42Environment.FailFast(exception.ToString(), exception);
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\InternalUtilities\FailFast.cs (1)
42Environment.FailFast(exception.ToString(), exception);
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\InternalUtilities\FailFast.cs (1)
42Environment.FailFast(exception.ToString(), exception);
System.Net.Sockets (1)
System\Net\Sockets\SocketAsyncEngine.Unix.cs (1)
217Environment.FailFast("Exception thrown from SocketAsyncEngine event loop: " + e.ToString(), e);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (1)
435Environment.FailFast(
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.GateThread.cs (1)
248Environment.FailFast("Failed to create the thread pool Gate thread.", e);