39 references to FailFast
csc (1)
src\Compilers\Shared\ExitingTraceListener.cs (1)
58Environment.FailFast(message);
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\AssertHelper.cs (1)
42Environment.FailFast(message);
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Fx.cs (1)
170Environment.FailFast(failFastMessage);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\TimeBoundedCache.cs (3)
308Environment.FailFast("Cache write lock is not held."); 370Environment.FailFast("Cache write lock is not held."); 387Environment.FailFast("Cache write lock is not held.");
Infrastructure.Common (1)
xunit\WcfTestCase.cs (1)
56timer = new Timer((s) => Environment.FailFast($"Test timed out after duration {_failFastDuration}"),
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Core\Portable\InternalUtilities\Debug.cs (1)
68Environment.FailFast(message);
Microsoft.CodeAnalysis (4)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
1195Environment.FailFast(CreateAnalyzerExceptionDiagnostic(analyzer, ex, info).ToString());
InternalUtilities\Debug.cs (1)
68Environment.FailFast(message);
InternalUtilities\FailFast.cs (1)
52Environment.FailFast(message);
SourceGeneration\GeneratorDriver.cs (1)
344Environment.FailFast(CreateGeneratorExceptionDiagnostic(messageProvider, sourceGenerator, e, isInit).ToString());
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\InternalUtilities\Debug.cs (1)
68Environment.FailFast(message);
src\Compilers\Core\Portable\InternalUtilities\FailFast.cs (1)
52Environment.FailFast(message);
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (2)
src\Compilers\Core\Portable\InternalUtilities\Debug.cs (1)
68Environment.FailFast(message);
src\Compilers\Core\Portable\InternalUtilities\FailFast.cs (1)
52Environment.FailFast(message);
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
src\Compilers\Core\Portable\InternalUtilities\Debug.cs (1)
68Environment.FailFast(message);
src\Compilers\Core\Portable\InternalUtilities\FailFast.cs (1)
52Environment.FailFast(message);
Microsoft.CodeAnalysis.InteractiveHost (2)
src\Compilers\Core\Portable\InternalUtilities\Debug.cs (1)
68Environment.FailFast(message);
src\Compilers\Core\Portable\InternalUtilities\FailFast.cs (1)
52Environment.FailFast(message);
Microsoft.CodeAnalysis.Test.Utilities (1)
CompilationVerifier.cs (1)
284Environment.FailFast("Investigating flaky IL verification issue. Tracked by https://github.com/dotnet/roslyn/issues/63782");
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\InternalUtilities\Debug.cs (1)
68Environment.FailFast(message);
src\Compilers\Core\Portable\InternalUtilities\FailFast.cs (1)
52Environment.FailFast(message);
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\InternalUtilities\Debug.cs (1)
68Environment.FailFast(message);
src\Compilers\Core\Portable\InternalUtilities\FailFast.cs (1)
52Environment.FailFast(message);
Replay (1)
src\Compilers\Core\Portable\InternalUtilities\Debug.cs (1)
68Environment.FailFast(message);
System.Diagnostics.Process (2)
System\Diagnostics\ProcessWaitState.Unix.cs (2)
586Environment.FailFast("Error while reaping child. errno = " + errorCode); 632Environment.FailFast("Error while checking for terminated children. errno = " + errorCode);
System.Net.Sockets (2)
System\Net\Sockets\SocketAsyncContext.Unix.cs (2)
901Environment.FailFast("unexpected queue state"); 989Environment.FailFast("unexpected queue state");
System.Private.CoreLib (6)
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (1)
94Environment.FailFast(reason.ToString());
src\libraries\System.Private.CoreLib\src\System\Globalization\GlobalizationMode.cs (1)
93Environment.FailFast($"Failed to load app-local ICU: {library}");
src\libraries\System.Private.CoreLib\src\System\Globalization\GlobalizationMode.Unix.cs (1)
31Environment.FailFast(GetIcuLoadFailureMessage());
src\libraries\System.Private.CoreLib\src\System\Resources\ManifestBasedResourceGroveler.cs (1)
471System.Environment.FailFast(MesgFailFast);
src\libraries\System.Private.CoreLib\src\System\SR.cs (1)
71Environment.FailFast(message);
src\libraries\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.cs (1)
74Environment.FailFast("Too many outstanding Win32ThreadPoolNativeOverlapped instances");
System.Security.Cryptography (1)
src\libraries\Common\src\System\IO\MemoryMappedFiles\MemoryMappedFileMemoryManager.cs (1)
32Environment.FailFast("MemoryMappedFileMemoryManager was finalized.");
vbc (1)
src\Compilers\Shared\ExitingTraceListener.cs (1)
58Environment.FailFast(message);
VBCSCompiler (1)
src\Compilers\Shared\ExitingTraceListener.cs (1)
58Environment.FailFast(message);