5 instantiations of ManualResetValueTaskSourceCore
Microsoft.AspNetCore.Server.HttpSys (1)
AsyncAcceptContext.cs (1)
24private ManualResetValueTaskSourceCore<RequestContext> _mrvts = new()
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
75private ManualResetValueTaskSourceCore<bool> _waitSource = new ManualResetValueTaskSourceCore<bool> { RunContinuationsAsynchronously = true }; // mutable struct, do not make this readonly
System.Net.Quic (2)
System\Net\Quic\Internal\ResettableValueTaskSource.cs (1)
41_valueTaskSource = new ManualResetValueTaskSourceCore<bool>() { RunContinuationsAsynchronously = true };
System\Net\Quic\Internal\ValueTaskSource.cs (1)
33_valueTaskSource = new ManualResetValueTaskSourceCore<bool>() { RunContinuationsAsynchronously = true };
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
6904private ManualResetValueTaskSourceCore<bool> _waitForNextCompletedTask = new() { RunContinuationsAsynchronously = true }; // _waitForNextCompletedTask.Set is called while holding a lock
28 references to ManualResetValueTaskSourceCore
http2cat (1)
src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs (1)
13private ManualResetValueTaskSourceCore<T> _core; // mutable struct; do not make this readonly
IIS.FunctionalTests (1)
src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs (1)
13private ManualResetValueTaskSourceCore<T> _core; // mutable struct; do not make this readonly
IIS.LongTests (1)
src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs (1)
13private ManualResetValueTaskSourceCore<T> _core; // mutable struct; do not make this readonly
IIS.NewHandler.FunctionalTests (1)
src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs (1)
13private ManualResetValueTaskSourceCore<T> _core; // mutable struct; do not make this readonly
IIS.NewShim.FunctionalTests (1)
src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs (1)
13private ManualResetValueTaskSourceCore<T> _core; // mutable struct; do not make this readonly
IIS.ShadowCopy.Tests (1)
src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs (1)
13private ManualResetValueTaskSourceCore<T> _core; // mutable struct; do not make this readonly
IISExpress.FunctionalTests (1)
src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs (1)
13private ManualResetValueTaskSourceCore<T> _core; // mutable struct; do not make this readonly
Microsoft.AspNetCore.Server.HttpSys (1)
AsyncAcceptContext.cs (1)
24private ManualResetValueTaskSourceCore<RequestContext> _mrvts = new()
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs (1)
13private ManualResetValueTaskSourceCore<T> _core; // mutable struct; do not make this readonly
Microsoft.AspNetCore.Server.IIS (2)
Core\NativeSafeHandle.cs (1)
11private ManualResetValueTaskSourceCore<object?> _core; // mutable struct; do not make this readonly
src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs (1)
13private ManualResetValueTaskSourceCore<T> _core; // mutable struct; do not make this readonly
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs (1)
13private ManualResetValueTaskSourceCore<T> _core; // mutable struct; do not make this readonly
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\ServerInfrastructure\ManualResetValueTaskSource.cs (1)
13private ManualResetValueTaskSourceCore<T> _core; // mutable struct; do not make this readonly
Microsoft.Bcl.AsyncInterfaces (1)
Microsoft.Bcl.AsyncInterfaces.Forwards.cs (1)
13[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore<>))]
mscorlib (1)
mscorlib.cs (1)
109[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore<>))]
netstandard (1)
netstandard.cs (1)
2114[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore<>))]
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\CreditWaiter.cs (1)
24private ManualResetValueTaskSourceCore<int> _source;
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
75private ManualResetValueTaskSourceCore<bool> _waitSource = new ManualResetValueTaskSourceCore<bool> { RunContinuationsAsynchronously = true }; // mutable struct, do not make this readonly
System.Net.Quic (3)
src\libraries\Common\src\System\Net\StreamBuffer.cs (1)
293private ManualResetValueTaskSourceCore<bool> _waitSource; // mutable struct, do not make this readonly
System\Net\Quic\Internal\ResettableValueTaskSource.cs (1)
30private ManualResetValueTaskSourceCore<bool> _valueTaskSource;
System\Net\Quic\Internal\ValueTaskSource.cs (1)
26private ManualResetValueTaskSourceCore<bool> _valueTaskSource;
System.Net.Sockets (2)
System\Net\Sockets\Socket.Tasks.cs (1)
1006private ManualResetValueTaskSourceCore<bool> _mrvtsc;
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
879private ManualResetValueTaskSourceCore<bool> _mrvtsc;
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.ThreadPoolValueTaskSource.cs (1)
33private ManualResetValueTaskSourceCore<long> _source;
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\PoolingAsyncValueTaskMethodBuilderT.cs (1)
244protected ManualResetValueTaskSourceCore<TResult> _valueTaskSource;
src\libraries\System.Private.CoreLib\src\System\Threading\PeriodicTimer.cs (1)
177private ManualResetValueTaskSourceCore<bool> _mrvtsc;
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
6904private ManualResetValueTaskSourceCore<bool> _waitForNextCompletedTask = new() { RunContinuationsAsynchronously = true }; // _waitForNextCompletedTask.Set is called while holding a lock
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
816[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore<>))]