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