summaryrefslogtreecommitdiff
path: root/src/vm/ecalllist.h
diff options
context:
space:
mode:
authorBruce Bowyer-Smyth <bbowyersmyth@live.com.au>2017-08-09 03:25:31 +1000
committerJan Kotas <jkotas@microsoft.com>2017-08-08 10:25:31 -0700
commit9a405f2f61e477fc8964ded0788d4c20a1abd8da (patch)
tree247b5b786688ef357b58adc0238cca9624e4e2b7 /src/vm/ecalllist.h
parent8f009827812cf8aeeadf4c8a3c5bfe113db75d24 (diff)
downloadcoreclr-9a405f2f61e477fc8964ded0788d4c20a1abd8da.tar.gz
coreclr-9a405f2f61e477fc8964ded0788d4c20a1abd8da.tar.bz2
coreclr-9a405f2f61e477fc8964ded0788d4c20a1abd8da.zip
Improve performance of string.IndexOfAny for 2 & 3 char searches (#13219)
Diffstat (limited to 'src/vm/ecalllist.h')
-rw-r--r--src/vm/ecalllist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/ecalllist.h b/src/vm/ecalllist.h
index f5dfc9df80..114d2cf2fd 100644
--- a/src/vm/ecalllist.h
+++ b/src/vm/ecalllist.h
@@ -119,7 +119,7 @@ FCFuncStart(gStringFuncs)
FCIntrinsic("get_Chars", COMString::GetCharAt, CORINFO_INTRINSIC_StringGetChar)
FCFuncElement("IsAscii", COMString::IsAscii)
FCFuncElement("CompareOrdinalHelper", COMString::CompareOrdinalEx)
- FCFuncElement("IndexOfAny", COMString::IndexOfCharArray)
+ FCFuncElement("IndexOfCharArray", COMString::IndexOfCharArray)
FCFuncElement("LastIndexOfAny", COMString::LastIndexOfCharArray)
FCFuncElementSig("ReplaceInternal", &gsig_IM_Str_Str_RetStr, COMString::ReplaceString)
#ifdef FEATURE_COMINTEROP