Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-01-31 13:10:24 +0300
committerMarek Safar <marek.safar@gmail.com>2017-02-01 01:34:24 +0300
commit42b505ce2f07bc52e78d8d7a05158ba36a38fb01 (patch)
treef590dd0017360380b330acf06ec24108ecadd8ac /mcs/class/System.Core
parente3a6168dc24f425bace4d80a6b89e0cf0759c25c (diff)
Bump corefx
Diffstat (limited to 'mcs/class/System.Core')
-rw-r--r--mcs/class/System.Core/common_System.Core.dll.sources4
-rw-r--r--mcs/class/System.Core/corefx/SR.cs1
2 files changed, 4 insertions, 1 deletions
diff --git a/mcs/class/System.Core/common_System.Core.dll.sources b/mcs/class/System.Core/common_System.Core.dll.sources
index 004f2f31c29..8ffd53dc952 100644
--- a/mcs/class/System.Core/common_System.Core.dll.sources
+++ b/mcs/class/System.Core/common_System.Core.dll.sources
@@ -111,7 +111,7 @@ System.Security.Cryptography/SHA512CryptoServiceProvider.cs
../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Common/ArrayBuilderExtensions.cs
../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Common/ConstantCheck.cs
../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/DelegateHelpers.Generated.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/DelegateHelpers.netstandard1.7.cs
+../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/DelegateHelpers.netstandard.cs
../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/HoistedLocals.cs
../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/TypeInfoExtensions.cs
../../../external/corefx/src/System.Linq.Expressions/src/System/Runtime/CompilerServices/CallSite.cs
@@ -278,7 +278,9 @@ System.Security.Cryptography/SHA512CryptoServiceProvider.cs
../../../external/corefx/src/Common/src/System/Collections/Generic/ArrayBuilder.cs
../../../external/corefx/src/Common/src/System/Collections/Generic/EnumerableHelpers.cs
+../../../external/corefx/src/Common/src/System/Collections/Generic/EnumerableHelpers.Linq.cs
../../../external/corefx/src/Common/src/System/Collections/Generic/LargeArrayBuilder.cs
+../../../external/corefx/src/Common/src/System/Collections/Generic/SparseArrayBuilder.cs
../../../external/corefx/src/Common/src/System/Dynamic/Utils/CacheDict.cs
../../../external/corefx/src/Common/src/System/Dynamic/Utils/ContractUtils.cs
diff --git a/mcs/class/System.Core/corefx/SR.cs b/mcs/class/System.Core/corefx/SR.cs
index 66bccace597..e2a8867a1ef 100644
--- a/mcs/class/System.Core/corefx/SR.cs
+++ b/mcs/class/System.Core/corefx/SR.cs
@@ -87,6 +87,7 @@ partial class SR
public const string PropertyDoesNotHaveSetter = "The property '{0}' has no 'set' accessor";
public const string PropertyDoesNotHaveAccessor = "The property '{0}' has no 'get' or 'set' accessors";
public const string NotAMemberOfType = "'{0}' is not a member of type '{1}'";
+ public const string NotAMemberOfAnyType = "'{0}' is not a member of any type";
public const string ExpressionNotSupportedForType = "The expression '{0}' is not supported for type '{1}'";
public const string UnsupportedExpressionType = "The expression type '{0}' is not supported";
public const string ParameterExpressionNotValidAsDelegate = "ParameterExpression of type '{0}' cannot be used for delegate parameter of type '{1}'";