27 references to PoolingAsyncValueTaskMethodBuilder
Microsoft.AspNetCore.Server.IIS (1)
src\aspnetcore\src\Shared\ServerInfrastructure\DuplexPipeStream.cs (1)
116[AsyncMethodBuilder(typeof(PoolingAsyncValueTaskMethodBuilder<>))]
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1ContentLengthMessageBody.cs (1)
31[AsyncMethodBuilder(typeof(PoolingAsyncValueTaskMethodBuilder<>))]
Internal\Http\Http1UpgradeMessageBody.cs (1)
93[AsyncMethodBuilder(typeof(PoolingAsyncValueTaskMethodBuilder<>))]
Internal\Http\HttpRequestStream.cs (1)
113[AsyncMethodBuilder(typeof(PoolingAsyncValueTaskMethodBuilder<>))]
Internal\Http2\Http2MessageBody.cs (1)
104[AsyncMethodBuilder(typeof(PoolingAsyncValueTaskMethodBuilder<>))]
Internal\Http3\Http3MessageBody.cs (1)
72[AsyncMethodBuilder(typeof(PoolingAsyncValueTaskMethodBuilder<>))]
src\aspnetcore\src\Shared\ServerInfrastructure\DuplexPipeStream.cs (1)
116[AsyncMethodBuilder(typeof(PoolingAsyncValueTaskMethodBuilder<>))]
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionContext.cs (1)
92[AsyncMethodBuilder(typeof(PoolingAsyncValueTaskMethodBuilder<>))]
System.IO.Pipelines (2)
System\IO\Pipelines\StreamPipeReader.cs (1)
239[AsyncMethodBuilder(typeof(PoolingAsyncValueTaskMethodBuilder<>))]
System\IO\Pipelines\StreamPipeWriter.cs (1)
290[AsyncMethodBuilder(typeof(PoolingAsyncValueTaskMethodBuilder<>))]
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
1863[AsyncMethodBuilder(typeof(PoolingAsyncValueTaskMethodBuilder<>))]
System\Net\Http\SocketsHttpHandler\RawConnectionStream.cs (1)
44[AsyncMethodBuilder(typeof(PoolingAsyncValueTaskMethodBuilder<>))]
System.Net.Security (2)
System\Net\Security\SslStream.IO.cs (2)
830[AsyncMethodBuilder(typeof(PoolingAsyncValueTaskMethodBuilder<>))] 879[AsyncMethodBuilder(typeof(PoolingAsyncValueTaskMethodBuilder<>))]
System.Net.WebSockets (1)
System\Net\WebSockets\ManagedWebSocket.cs (1)
773[AsyncMethodBuilder(typeof(PoolingAsyncValueTaskMethodBuilder<>))]
System.Private.CoreLib (11)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Strategies\BufferedFileStreamStrategy.cs (1)
390[AsyncMethodBuilder(typeof(PoolingAsyncValueTaskMethodBuilder<>))]
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (1)
426[AsyncMethodBuilder(typeof(PoolingAsyncValueTaskMethodBuilder<>))]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\PoolingAsyncValueTaskMethodBuilder.cs (7)
6using StateMachineBox = System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder<System.Threading.Tasks.VoidTaskResult>.StateMachineBox; 15private static readonly StateMachineBox s_syncSuccessSentinel = PoolingAsyncValueTaskMethodBuilder<VoidTaskResult>.s_syncSuccessSentinel; 56PoolingAsyncValueTaskMethodBuilder<VoidTaskResult>.SetException(exception, ref m_task); 76StateMachineBox? box = m_task ??= PoolingAsyncValueTaskMethodBuilder<VoidTaskResult>.CreateWeaklyTypedStateMachineBox(); 89PoolingAsyncValueTaskMethodBuilder<VoidTaskResult>.AwaitOnCompleted(ref awaiter, ref stateMachine, ref m_task); 100PoolingAsyncValueTaskMethodBuilder<VoidTaskResult>.AwaitUnsafeOnCompleted(ref awaiter, ref stateMachine, ref m_task); 111m_task ??= PoolingAsyncValueTaskMethodBuilder<VoidTaskResult>.CreateWeaklyTypedStateMachineBox();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\PoolingAsyncValueTaskMethodBuilderT.cs (2)
32/// <summary>Creates an instance of the <see cref="PoolingAsyncValueTaskMethodBuilder{TResult}"/> struct.</summary> 34public static PoolingAsyncValueTaskMethodBuilder<TResult> Create() => default;
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
633[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder<>))]