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