2 references to MaxAsyncMethodFrameSize
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (2)
447byte maxAsyncCallstackFrames = (byte)Math.Min(byte.MaxValue, (buffer.Length - index) / MaxAsyncMethodFrameSize); 525byte.MaxValue * MaxAsyncMethodFrameSize,