Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unnecessary field
  • Loading branch information
Steve Pfister committed Jun 23, 2022
commit 8f41e25fdaa202d4b4439d6ca2195062a858609a
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ public DispatchState(MonoStackFrame[]? stackFrames)

private bool HasBeenThrown => _traceIPs != null;

private readonly object frameLock = new object();

public MethodBase? TargetSite
{
get
Expand Down