You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -72,7 +72,6 @@ namespace System.Threading {
|
||||
/* current System.Runtime.Remoting.Contexts.Context instance
|
||||
keep as an object to avoid triggering its class constructor when not needed */
|
||||
private object current_appcontext;
|
||||
private object pending_exception;
|
||||
private object root_domain_thread;
|
||||
internal byte[] _serialized_principal;
|
||||
internal int _serialized_principal_version;
|
||||
@@ -116,6 +115,7 @@ namespace System.Threading {
|
||||
#region Sync with metadata/object-internals.h
|
||||
private InternalThread internal_thread;
|
||||
object m_ThreadStartArg;
|
||||
object pending_exception;
|
||||
#endregion
|
||||
#pragma warning restore 414
|
||||
|
||||
|
Reference in New Issue
Block a user