use IntPtr instead of CriticalHandle to avoid resurrection issues. It's ok to never...
commitd7506847fe17684f5c3d952303a4b9a2329b0d1d
authorAdam Sitnik <adam.sitnik@microsoft.com>
Fri, 14 Jun 2019 07:01:52 +0000 (14 07:01 +0000)
committerdotnet-bot <dotnet-bot@microsoft.com>
Mon, 17 Jun 2019 22:37:05 +0000 (17 22:37 +0000)
tree375befaf59be8c442c9aa3df370b1698b11dbbd2
parentba42c4153667ca230db84c1530c354483d7a71ff
use IntPtr instead of CriticalHandle to avoid resurrection issues. It's ok to never free the handle

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
netcore/System.Private.CoreLib/shared/Interop/Unix/System.Globalization.Native/Interop.Collation.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CompareInfo.Unix.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CompareInfo.Windows.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CompareInfo.cs
netcore/System.Private.CoreLib/shared/System/Runtime/InteropServices/CriticalHandle.cs