4 instantiations of GlobalBuffer
System.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (4)
333using GlobalBuffer buffer = new(hglobal, sizeInBytes); 371using GlobalBuffer buffer = new(hglobal, (uint)byteCount + 1); 389using GlobalBuffer buffer = new(hglobal, byteCount); 408using GlobalBuffer buffer = new(hglobal, (uint)byteCount + 1);
4 references to GlobalBuffer
System.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (4)
333using GlobalBuffer buffer = new(hglobal, sizeInBytes); 371using GlobalBuffer buffer = new(hglobal, (uint)byteCount + 1); 389using GlobalBuffer buffer = new(hglobal, byteCount); 408using GlobalBuffer buffer = new(hglobal, (uint)byteCount + 1);