2 references to ToSeparatedString
System.Data.Entity (2)
System\Data\Common\Utils\StringUtil.cs (1)
53return ToSeparatedString(list, s_defaultDelimiter, string.Empty);
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (1)
107return StringUtil.ToSeparatedString(m_mergedCells.Select(cell => cell.CellNumberAsString), "+", "");