1 reference to CancellationTokenCanceledEventHandler
Test.Utilities (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\NonReentrantLock.cs (1)
219
private static readonly Action<object?> s_cancellationTokenCanceledEventHandler =
CancellationTokenCanceledEventHandler
;