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