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