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