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>2018-03-02 12:48:43 +0300
committerMarek Safar <marek.safar@gmail.com>2018-03-22 00:17:44 +0300
commit7a9f8405d49596ae7348cefd44ae0634a19150b6 (patch)
tree5450c0b654400f21acceabbce0a26228ee3e6d66 /mcs/errors
parent20ba08543e4a0fcee21b5c5f57e08adca020b326 (diff)
[corlib] String from CoreFX/CoreRT
Diffstat (limited to 'mcs/errors')
-rw-r--r--mcs/errors/cs0419.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/cs0419.cs b/mcs/errors/cs0419.cs
index b8ef0bab154..7f25d807695 100644
--- a/mcs/errors/cs0419.cs
+++ b/mcs/errors/cs0419.cs
@@ -1,4 +1,4 @@
-// CS0419: Ambiguous reference in cref attribute `System.String.Replace'. Assuming `string.Replace(char, char)' but other overloads including `string.Replace(string, string)' have also matched
+// CS0419: Ambiguous reference in cref attribute `System.String.Replace'. Assuming `string.Replace(string, string, bool, System.Globalization.CultureInfo)' but other overloads including `string.Replace(string, string, System.StringComparison)' have also matched
// Line: 1
// Compiler options: -doc:dummy.xml -warn:3 -warnaserror
/// <summary>