3 references to new
System.Private.Windows.Core (3)
System\Drawing\ImageCodecInfoHelper.cs (1)
46using BufferScope<byte> buffer = new((int)size);
Windows\Win32\Graphics\Gdi\HRGN.cs (1)
16using BufferScope<byte> buffer = new((int)regionDataSize);
Windows\Win32\System\Com\ComManagedStream.cs (1)
75using BufferScope<byte> buffer = new(4096);