PowerShell/src/Microsoft.PowerShell.Security
Jason Shirk (POWERSHELL) 386b4f37f4 Remove CheckForSevereException and private FailFast
Our private implementation of FailFast was likely introduced
when each individual application needed it's own code to
get Watson reports. The CLR takes care of this for us now,
so we don't need our implementation.

Our method CheckForSevereException was also introduced in
the early days of the CLR - the exceptions it was checking
for aren't actually raised the CLR anymore, they just FailFast.
I removed them as there is a tiny bit of overhead (in code size)
and also in the generated code, e.g. dynamic sites called the method.
2016-12-01 13:46:56 -08:00
..
resources Fix Get-Credential to not prompt twice when no parameter is specified 2016-09-27 09:49:28 -07:00
security Remove CheckForSevereException and private FailFast 2016-12-01 13:46:56 -08:00
singleshell/installer Revert CORECLR guard from FullCLR files 2016-06-14 16:06:48 -07:00
AssemblyInfo.cs Initial run of code formatter 2016-08-01 15:57:03 -07:00
map.json Add back missing files to OPS -- map.json/project.json udpates 2016-07-05 16:18:24 -07:00
project.json Add OpenCover PS Module to collect code coverage (#2585) 2016-11-11 11:12:07 -08:00