4 instantiations of GlobalBuffer
Microsoft.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (4)
342
using GlobalBuffer buffer =
new
(hglobal, sizeInBytes);
380
using GlobalBuffer buffer =
new
(hglobal, (uint)byteCount + 1);
398
using GlobalBuffer buffer =
new
(hglobal, byteCount);
417
using GlobalBuffer buffer =
new
(hglobal, (uint)byteCount + 1);
4 references to GlobalBuffer
Microsoft.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (4)
342
using
GlobalBuffer
buffer = new(hglobal, sizeInBytes);
380
using
GlobalBuffer
buffer = new(hglobal, (uint)byteCount + 1);
398
using
GlobalBuffer
buffer = new(hglobal, byteCount);
417
using
GlobalBuffer
buffer = new(hglobal, (uint)byteCount + 1);