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