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