14 references to ToCommaSeparatedString
System.Data.Entity (14)
System\Data\Common\Utils\Boolean\Vertex.cs (1)
137return String.Format(CultureInfo.InvariantCulture, "<{0}, {1}>", Variable, StringUtil.ToCommaSeparatedString(Children));
System\Data\Mapping\FunctionImportMapping.cs (4)
234string lines = StringUtil.ToCommaSeparatedString(unreachableEntityType.Value.Select(li => li.LineNumber)); 248string lines = StringUtil.ToCommaSeparatedString(unreachableIsTypeOf.Value.Select(li => li.LineNumber)); 555StringUtil.ToCommaSeparatedString(this.ColumnConditions), StringUtil.ToCommaSeparatedString(this.ImpliedEntityTypes));
System\Data\Mapping\StorageMappingItemLoader.cs (6)
597StringUtil.ToCommaSeparatedString(violationNames), StorageMappingErrorCode.AmbiguousModificationFunctionMappingForAssociationSet, 667StringUtil.ToCommaSeparatedString(setMappingPerTable.ListForKey(table) 775StringUtil.ToCommaSeparatedString(setsRequiringQueryViews), 918StringUtil.ToCommaSeparatedString(unmappedTypes), 3866property.Name, StringUtil.ToCommaSeparatedString(columnNames), 3896m_function.FullName, StringUtil.ToCommaSeparatedString(unmappedParameters),
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
485string attributesString = StringUtil.ToCommaSeparatedString(GetTypeBasedMemberPathList(attributes));
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (1)
494StringUtil.ToCommaSeparatedString(edmTypesForErrorString), fragment1.LeftExtent
System\Data\Query\InternalTrees\ColumnMap.cs (1)
512sb.AppendFormat(CultureInfo.InvariantCulture, "P{{TypeId=<{0}>, ", StringUtil.ToCommaSeparatedString(this.TypeDiscriminators));