2 references to IsValueValidInternal
System.Data.Odbc (2)
Common\System\Data\Common\DbConnectionOptions.cs (1)
126if ((null != keyValue) && !IsValueValidInternal(keyValue))
src\libraries\Common\src\System\Data\Common\DbConnectionOptions.Common.cs (1)
570Debug.Assert(IsValueValidInternal(keyvalue), "parse failure, invalid keyvalue");