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