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