1 instantiation of InterpretedFrameInfo
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InterpretedFrame.cs (1)
138yield return new InterpretedFrameInfo(frame.Name, frame.GetDebugInfo(frame.InstructionIndex));
6 references to InterpretedFrameInfo
System.Linq.Expressions (6)
System\Linq\Expressions\Interpreter\InterpretedFrame.cs (6)
133public IEnumerable<InterpretedFrameInfo> GetStackTraceDebugInfo() 145exception.Data[typeof(InterpretedFrameInfo)] ??= new List<InterpretedFrameInfo>(GetStackTraceDebugInfo()).ToArray(); 148public static InterpretedFrameInfo[]? GetExceptionStackTrace(Exception exception) 150return exception.Data[typeof(InterpretedFrameInfo)] as InterpretedFrameInfo[];