using System.Text; namespace System.Diagnostics { partial class StackFrame { void BuildStackFrame (int skipFrames, bool needFileInfo) { } bool AppendStackFrameWithoutMethodBase (StringBuilder sb) => false; } }