3 references to FindIndex
mscorlib (1)
system\array.cs (1)
1090
return Array.
FindIndex
(array, match) != -1;
WsatUI (2)
Configuration\RegistryHelper.cs (2)
51
if (subKeys != null && Array.
FindIndex
<string>(subKeys, new StringFinder(subKeyToDelete).IsTarget) != -1)
95
if (valueNames != null && Array.
FindIndex
<string>(valueNames, new StringFinder(name).IsTarget) != -1)