5 references to Unregister
Microsoft.Build (1)
AwaitExtensions.cs (1)
135handle.Unregister(null);
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
1382rwh?.Unregister(null);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WaitThread.cs (1)
423/// into <see cref="RegisteredWaitHandle.Unregister(WaitHandle)"/>, then the unregistration of the wait handle is blocking.
src\libraries\System.Private.CoreLib\src\System\Threading\RegisteredWaitHandle.Portable.cs (1)
22/// The <see cref="WaitHandle"/> the user passed in via <see cref="Unregister(WaitHandle)"/>.
VBCSCompiler.UnitTests (1)
Extensions.cs (1)
30registeredHandle.Unregister(waitObject: null);