RecyclableMemoryStreamManager.Options.GenerateCallStacks property

December 6, 2023 · View on GitHub

Whether to save call stacks for stream allocations. This can help in debugging. It should NEVER be turned on generally in production.

public bool GenerateCallStacks { get; set; }

See Also