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