未验证 提交 ade0b214 编写于 作者: S Steve Pfister 提交者: GitHub

[Mono] Remove unused field in Exception.Mono (#71202)

https://github.com/dotnet/runtime/pull/70970 was merged with a field that was unused.  This PR removes it.
Co-authored-by: NSteve Pfister <steve.pfister@microsoft.com>
上级 7eb56646
......@@ -49,8 +49,6 @@ public DispatchState(MonoStackFrame[]? stackFrames)
private bool HasBeenThrown => _traceIPs != null;
private readonly object frameLock = new object();
public MethodBase? TargetSite
{
[RequiresUnreferencedCode("Metadata for the method might be incomplete or removed")]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册