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