7 references to Unreachable
Microsoft.Build (5)
ImmutableArrayExtensions.cs (2)
721
throw ExceptionUtilities.
Unreachable
();
731
throw ExceptionUtilities.
Unreachable
();
TemporaryArray`1.cs (3)
316
_ => throw ExceptionUtilities.
Unreachable
(),
378
throw ExceptionUtilities.
Unreachable
();
431
throw ExceptionUtilities.
Unreachable
();
Microsoft.Build.Framework (2)
FailFast.cs (2)
45
throw ExceptionUtilities.
Unreachable
(); // to satisfy [DoesNotReturn]
55
throw ExceptionUtilities.
Unreachable
(); // to satisfy [DoesNotReturn]