2 references to StringFinder
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)