2 references to MaxRuntimeAsyncMethodFrameSize
System.Private.CoreLib (2)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (2)
561public static int MaxAsyncMethodFrameSize => MaxRuntimeAsyncMethodFrameSize; 597int remainingFrames = (buffer.Length - index) / MaxRuntimeAsyncMethodFrameSize;