22 references to SetException
http2cat (1)
src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs (1)
19public void SetException(Exception error) => _core.SetException(error);
IIS.FunctionalTests (1)
src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs (1)
19public void SetException(Exception error) => _core.SetException(error);
IIS.LongTests (1)
src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs (1)
19public void SetException(Exception error) => _core.SetException(error);
IIS.NewHandler.FunctionalTests (1)
src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs (1)
19public void SetException(Exception error) => _core.SetException(error);
IIS.NewShim.FunctionalTests (1)
src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs (1)
19public void SetException(Exception error) => _core.SetException(error);
IIS.ShadowCopy.Tests (1)
src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs (1)
19public void SetException(Exception error) => _core.SetException(error);
IISExpress.FunctionalTests (1)
src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs (1)
19public void SetException(Exception error) => _core.SetException(error);
Microsoft.AspNetCore.Server.HttpSys (1)
AsyncAcceptContext.cs (1)
112_mrvts.SetException(exception);
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs (1)
19public void SetException(Exception error) => _core.SetException(error);
Microsoft.AspNetCore.Server.IIS (1)
src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs (1)
19public void SetException(Exception error) => _core.SetException(error);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs (1)
19public void SetException(Exception error) => _core.SetException(error);
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs (1)
19public void SetException(Exception error) => _core.SetException(error);
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\CreditWaiter.cs (2)
57((CreditWaiter)s!)._source.SetException(ExceptionDispatchInfo.SetCurrentStackTrace(new OperationCanceledException(cancellationToken))); 83_source.SetException(ExceptionDispatchInfo.SetCurrentStackTrace(new ObjectDisposedException(nameof(CreditManager), SR.net_http_disposed_while_in_use)));
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
1469thisRef._waitSource.SetException(ExceptionDispatchInfo.SetCurrentStackTrace(
System.Net.Quic (4)
src\libraries\Common\src\System\Net\StreamBuffer.cs (1)
327_waitSource.SetException(ExceptionDispatchInfo.SetCurrentStackTrace(new OperationCanceledException(cancellationToken)));
System\Net\Quic\Internal\ResettableValueTaskSource.cs (2)
181_valueTaskSource.SetException(exception); 274_valueTaskSource.SetException(exception);
System\Net\Quic\Internal\ValueTaskSource.cs (1)
120_valueTaskSource.SetException(exception);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.ThreadPoolValueTaskSource.cs (1)
149_source.SetException(exception);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\PoolingAsyncValueTaskMethodBuilderT.cs (1)
254_valueTaskSource.SetException(error);
src\libraries\System.Private.CoreLib\src\System\Threading\PeriodicTimer.cs (1)
254_mrvtsc.SetException(ExceptionDispatchInfo.SetCurrentStackTrace(new OperationCanceledException(cancellationToken)));