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