Imported Upstream version 6.12.0.132

Former-commit-id: 57410f157fab3c621915b1e646da037b83785a4f
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2021-03-28 08:41:12 +00:00
parent e5a80106eb
commit 3b8ffadc5f
51 changed files with 748 additions and 748 deletions

View File

@@ -86,7 +86,7 @@ namespace System.Globalization
unsafe int IndexOfCore (string source, string target, int startIndex, int count, CompareOptions options, int* matchLengthPtr)
{
if (matchLengthPtr != null)
throw new NotImplementedException ();
*matchLengthPtr = target.Length;
return internal_index_switch (source, startIndex, count, target, options, true);
}