2 references to AllocBuffer
System.Private.CoreLib (2)
System\CrashInfo.cs (2)
379
Span<byte> destination =
AllocBuffer
(size);
390
Span<byte> destination =
AllocBuffer
(bytes.Length);