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