2 references to GetStringEndsWithPattern
System.Data.Linq (2)
SqlClient\Query\SqlMethodCallConverter.cs (1)
1579string patternText = SqlHelpers.GetStringEndsWithPattern(unescapedText, '~', out needsEscape);
SqlClient\SqlMethods.cs (1)
666return GetStringEndsWithPattern(text, escape, out usedEscapeChar);