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