RecyclableMemoryStreamManager.LargeBufferCreatedEventArgs.CallStack property
December 6, 2023 · View on GitHub
If the buffer was not satisfied from the pool, and GenerateCallStacks is turned on, then. this will contain the call stack of the allocation request.
public string? CallStack { get; }
See Also
- class LargeBufferCreatedEventArgs
- namespace Microsoft.IO