3 references to ConnectionStringValidKeyRegex
System.Data.Odbc (3)
Common\System\Data\Common\DbConnectionOptions.cs (2)
122if ((null == keyName) || !ConnectionStringValidKeyRegex.IsMatch(keyName)) 447if ((null == keyword) || !ConnectionStringValidKeyRegex.IsMatch(keyword))
src\libraries\Common\src\System\Data\Common\DbConnectionOptions.Common.cs (1)
413bool compValue = ConnectionStringValidKeyRegex.IsMatch(keyname);