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