16 references to Throw
mscorlib (8)
system\io\stream.cs (1)
1039_exceptionInfo.Throw();
system\Lazy.cs (2)
330exc.m_edi.Throw(); 399exHolder.m_edi.Throw();
system\runtime\compilerservices\AsyncMethodBuilder.cs (2)
1018targetContext.Post(state => ((ExceptionDispatchInfo)state).Throw(), edi); 1034ThreadPool.QueueUserWorkItem(state => ((ExceptionDispatchInfo)state).Throw(), edi);
system\runtime\compilerservices\TaskAwaiter.cs (2)
176oceEdi.Throw(); 187edis[0].Throw();
system\threading\Tasks\TaskContinuation.cs (1)
858ThreadPool.QueueUserWorkItem(s => ((ExceptionDispatchInfo)s).Throw(), edi);
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlUtil.cs (1)
159ExceptionDispatchInfo.Capture(ae.InnerException).Throw();
System.Web (7)
Compilation\BuildProvidersCompiler.cs (2)
222ExceptionDispatchInfo.Capture(ae.GetBaseException()).Throw(); 792ExceptionDispatchInfo.Capture(e.GetBaseException()).Throw();
Hosting\ApplicationManager.cs (1)
956customLoaderException.Throw();
HttpApplication.cs (1)
4435error.Throw();
HttpResponse.cs (1)
777ar.Error.Throw();
WebSocketPipeline.cs (2)
116exception.Throw(); 126flushExceptionDispatchInfo.Throw();