7 references to Join
mscorlib (1)
system\string.cs (1)
88return Join(separator, value, 0, value.Length);
System.Configuration (1)
System\Configuration\Internal\InternalConfigRoot.cs (1)
233string currentConfigPath = String.Join(BaseConfigurationRecord.ConfigPathSeparatorString, parts, 0, index);
System.Data.Services (2)
System\Data\Services\Providers\ResourceType.cs (2)
790String foundTypeName = deserializer.PropertiesApplied.MapPropertyToType(String.Join("/", segments, 0, currentIndex + 1)); 818string sourcePath = string.Join("/", segments, 0, currentIndex + 1);
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\AttributeEmitter.cs (1)
250return IsOpenPropertyOnPath(entityPropertyType, String.Join("/", propertyPath, 1, propertyPath.Length - 1));
System.Web (2)
UI\Util.cs (2)
827ns = String.Join(".", parts, 0, parts.Length-1); 1102return String.Join(".", chunks, 0, chunkCount-1);