4 types derived from ManualResetEventSlim
System.Linq.Parallel (1)
System.Private.CoreLib (3)
110 instantiations of ManualResetEventSlim
Aspire.Hosting (1)
Aspire.Hosting.Azure (1)
Aspire.Hosting.Docker (1)
Aspire.Hosting.Tests (3)
IIS.Tests (1)
InteractiveHost32 (1)
InteractiveHost64 (1)
Microsoft.AspNetCore.Components.Authorization.Tests (2)
Microsoft.AspNetCore.Components.Server.Tests (7)
Microsoft.AspNetCore.Components.Tests (37)
Microsoft.AspNetCore.DataProtection.Tests (2)
Microsoft.AspNetCore.Hosting (2)
Microsoft.AspNetCore.Hosting.Tests (3)
Microsoft.AspNetCore.Mvc.TagHelpers.Test (2)
Microsoft.AspNetCore.OutputCaching.Tests (2)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
Microsoft.AspNetCore.WebSockets.Tests (7)
Microsoft.Build.Engine.UnitTests (1)
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (8)
Microsoft.CodeAnalysis.InteractiveHost (1)
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (1)
Microsoft.Extensions.Hosting.WindowsServices (1)
Microsoft.Extensions.Http.Polly.Tests (1)
Microsoft.Extensions.ObjectPool.Microbenchmark (2)
Microsoft.ML.Core (2)
Microsoft.VisualStudio.Extensibility.Testing.Xunit (1)
Sockets.BindTests (1)
StartRequestDelegateUrlApp (1)
StartRouteBuilderUrlApp (1)
StartWithIApplicationBuilderUrlApp (1)
System.Linq.Parallel (1)
System.Net.Ping (1)
System.Net.Requests (1)
System.Net.Sockets (1)
System.Private.CoreLib (1)
System.Threading (4)
168 references to ManualResetEventSlim
Aspire.Hosting (1)
Aspire.Hosting.Azure (1)
Aspire.Hosting.Docker (1)
Aspire.Hosting.Tests (3)
IIS.Tests (1)
InteractiveHost32 (1)
InteractiveHost64 (1)
Microsoft.AspNetCore.Components.Authorization.Tests (2)
Microsoft.AspNetCore.Components.Server.Tests (4)
Microsoft.AspNetCore.Components.Tests (37)
Microsoft.AspNetCore.DataProtection.Tests (2)
Microsoft.AspNetCore.Hosting (4)
Microsoft.AspNetCore.Hosting.Tests (3)
Microsoft.AspNetCore.Mvc.TagHelpers.Test (2)
Microsoft.AspNetCore.OutputCaching.Tests (2)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
Microsoft.AspNetCore.WebSockets.Tests (7)
Microsoft.Build.Engine.UnitTests (1)
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (11)
Microsoft.CodeAnalysis.InteractiveHost (1)
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (2)
Microsoft.Extensions.Hosting.WindowsServices (1)
Microsoft.Extensions.Http.Polly.Tests (1)
Microsoft.Extensions.ObjectPool.Microbenchmark (2)
Microsoft.ML.Core (3)
Microsoft.ML.Data (1)
Microsoft.VisualStudio.Extensibility.Testing.Xunit (1)
mscorlib (1)
netstandard (1)
Sockets.BindTests (1)
StartRequestDelegateUrlApp (1)
StartRouteBuilderUrlApp (1)
StartWithIApplicationBuilderUrlApp (1)
System.Linq.Parallel (1)
System.Net.Ping (1)
System.Net.Requests (1)
System.Net.Sockets (5)
System.Private.CoreLib (34)
src\libraries\System.Private.CoreLib\src\System\Threading\ManualResetEventSlim.cs (26)
28/// All public and protected members of <see cref="ManualResetEventSlim"/> are thread-safe and may be used
30/// must only be used when all other operations on the <see cref="ManualResetEventSlim"/> have
69/// cref="ManualResetEventSlim"/>.
72/// cref="ManualResetEventSlim"/>.</value>
75/// already been created. To simply wait on this <see cref="ManualResetEventSlim"/>,
144/// Initializes a new instance of the <see cref="ManualResetEventSlim"/>
153/// Initializes a new instance of the <see cref="ManualResetEventSlim"/>
166/// Initializes a new instance of the <see cref="ManualResetEventSlim"/>
320/// Unlike most of the members of <see cref="ManualResetEventSlim"/>, <see cref="Reset()"/> is not
342/// Blocks the current thread until the current <see cref="ManualResetEventSlim"/> is set.
360/// Blocks the current thread until the current <see cref="ManualResetEventSlim"/> receives a signal,
383/// Blocks the current thread until the current <see cref="ManualResetEventSlim"/> is set, using a
389/// <returns>true if the <see cref="ManualResetEventSlim"/> was set; otherwise,
411/// Blocks the current thread until the current <see cref="ManualResetEventSlim"/> is set, using a
420/// <returns>true if the <see cref="ManualResetEventSlim"/> was set; otherwise,
444/// Blocks the current thread until the current <see cref="ManualResetEventSlim"/> is set, using a
449/// <returns>true if the <see cref="ManualResetEventSlim"/> was set; otherwise,
465/// Blocks the current thread until the current <see cref="ManualResetEventSlim"/> is set, using a
473/// <returns>true if the <see cref="ManualResetEventSlim"/> was set; otherwise,
600/// Releases all resources used by the current instance of <see cref="ManualResetEventSlim"/>.
603/// Unlike most of the members of <see cref="ManualResetEventSlim"/>, <see cref="Dispose()"/> is not
614/// <see cref="ManualResetEventSlim"/>, and optionally releases the managed resources.
619/// Unlike most of the members of <see cref="ManualResetEventSlim"/>, <see cref="Dispose(bool)"/> is not
652Debug.Assert(obj is ManualResetEventSlim, "Expected a ManualResetEventSlim");
653ManualResetEventSlim mre = (ManualResetEventSlim)obj;
System.ServiceModel.Primitives (1)
System.Threading (17)