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