We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb5664 commit ade0b21Copy full SHA for ade0b21
1 file changed
src/mono/System.Private.CoreLib/src/System/Exception.Mono.cs
@@ -49,8 +49,6 @@ public DispatchState(MonoStackFrame[]? stackFrames)
49
50
private bool HasBeenThrown => _traceIPs != null;
51
52
- private readonly object frameLock = new object();
53
-
54
public MethodBase? TargetSite
55
{
56
[RequiresUnreferencedCode("Metadata for the method might be incomplete or removed")]
0 commit comments