You've already forked linux-packaging-mono
Imported Upstream version 5.2.0.196
Former-commit-id: a9bb725ccbe0b8bfe8370b968c9f33f1558e1a2b
This commit is contained in:
parent
fad71374d0
commit
bdb6e93184
@@ -34,7 +34,7 @@ static class Consts
|
||||
// Use these assembly version constants to make code more maintainable.
|
||||
//
|
||||
|
||||
public const string MonoVersion = "5.2.0.179";
|
||||
public const string MonoVersion = "5.2.0.196";
|
||||
public const string MonoCompany = "Mono development team";
|
||||
public const string MonoProduct = "Mono Common Language Infrastructure";
|
||||
public const string MonoCopyright = "(c) Various Mono authors";
|
||||
|
@@ -229,7 +229,9 @@ namespace System.Reflection.Emit {
|
||||
}
|
||||
|
||||
internal FieldInfo RuntimeResolve () {
|
||||
return typeb.CreateType ().GetField (this);
|
||||
// typeb.CreateType() populates this.handle
|
||||
var type_handle = new RuntimeTypeHandle (typeb.CreateType () as RuntimeType);
|
||||
return FieldInfo.GetFieldFromHandle (handle, type_handle);
|
||||
}
|
||||
|
||||
public override Module Module {
|
||||
|
@@ -1 +1 @@
|
||||
94cfff6e2fd7bca624f849d260fb8df58d94487d
|
||||
e011b6a087581526200eda571e3418538ec57da9
|
@@ -1 +1 @@
|
||||
f86fa4dd54743d62db401d96e3334c053a1d61ed
|
||||
4497cfcb5089d0ed6ed0b846294a63fbcf08f52e
|
@@ -1 +1 @@
|
||||
6acf9ef1ca33ac0abd454a288a3d838833eaaf88
|
||||
b3e5819252f2dfe873b98496c4b9f7aba7845977
|
@@ -1 +1 @@
|
||||
42470090bba8e98163668b3d45bc9b61b820fa38
|
||||
b27b8a6e548edff6c0506e9b608ba59afdb8918a
|
@@ -1 +1 @@
|
||||
73a2d435df0033f19944ed99eef3ce7b3d5615ed
|
||||
abe11ddc5086f3f9280be51b8317faade585a3d0
|
@@ -1 +1 @@
|
||||
1608a0825245ba8cdb73b873ed41d628959e19c2
|
||||
793058153521be1aa8a87270c4b9b6946fe603fc
|
@@ -1 +1 @@
|
||||
59fe2dd8546b550e80d2f97e3b5d1902b4b50867
|
||||
1ddf2e51db3032fd1035fa077362a1776bda49ec
|
@@ -1 +1 @@
|
||||
f2e31bb05ce0e80611c602860691270c33190c1d
|
||||
ef11f718112ca22c7935b9d8ecb303ec91d653a4
|
@@ -1 +1 @@
|
||||
e5a16fa6553cdece578bec0d8ba600993c51c61e
|
||||
ed59979b334e11a1887d20fccd9069ab4fe7c523
|
Reference in New Issue
Block a user