2 references to const_localDbPrefix
System.Data (2)
fx\src\data\System\Data\SqlClient\LocalDBAPI.cs (2)
40
if (!serverName.StartsWith(
const_localDbPrefix
, StringComparison.OrdinalIgnoreCase))
42
string instanceName = serverName.Substring(
const_localDbPrefix
.Length).Trim();