4 writes to ThrownException
Microsoft.CodeAnalysis.Test.Utilities (4)
Pe\BrokenStream.cs (4)
62
ThrownException
= new NotSupportedException();
82
ThrownException
= new IOException();
91
ThrownException
= new IOException();
96
ThrownException
= new OperationCanceledException();
4 references to ThrownException
Microsoft.CodeAnalysis.Test.Utilities (4)
Pe\BrokenStream.cs (4)
63
throw
ThrownException
;
83
throw
ThrownException
;
92
throw
ThrownException
;
97
throw
ThrownException
;