2 references to HGlobalSafeHandle
System.IdentityModel.Selectors (2)
infocard\common\managed\HGlobalSafeHandle.cs (2)
33
return new
HGlobalSafeHandle
(Marshal.StringToHGlobalUni(managedString), bytes);
40
return new
HGlobalSafeHandle
(Marshal.AllocHGlobal(bytes), bytes);