16 references to Join
Microsoft.CodeAnalysis.Features (2)
PdbSourceDocument\ImplementationAssemblyLookupService.cs (2)
133string.Join(PathSeparatorString, pathParts, 0, refIndex), 135string.Join(PathSeparatorString, pathParts, refIndex + 1, pathParts.Length - refIndex - 1));
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsIpc\IpcTcpSocketEndPoint.cs (1)
92host = string.Join(":", segments, 0, segments.Length - 1);
Microsoft.SourceLink.AzureDevOpsServer.Git (2)
src\sourcelink\src\Common\AzureDevOps\AzureDevOpsUrlParser.cs (2)
109projectPath = string.Join("/", parts, 0, virtualDirectoryParts.Length) + "/" + collection + "/" + Uri.EscapeDataString(projectName ?? repositoryName); 176repositoryPath = string.Join("/", parts, 0, teamNameIndex + 1);
Microsoft.SourceLink.AzureRepos.Git (2)
src\sourcelink\src\Common\AzureDevOps\AzureDevOpsUrlParser.cs (2)
109projectPath = string.Join("/", parts, 0, virtualDirectoryParts.Length) + "/" + collection + "/" + Uri.EscapeDataString(projectName ?? repositoryName); 176repositoryPath = string.Join("/", parts, 0, teamNameIndex + 1);
Microsoft.SourceLink.Bitbucket.Git (1)
GetSourceLinkUrl.cs (1)
86relativeBaseUrl = string.Join("/", parts, 0, i + 1);
System.Configuration.ConfigurationManager (1)
System\Configuration\Internal\InternalConfigRoot.cs (1)
132string currentConfigPath = string.Join(BaseConfigurationRecord.ConfigPathSeparatorString, parts, 0,
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ManifestBasedResourceGroveler.cs (1)
452return "\"" + string.Join("\", \"", resourceSetNames, 0, length) + postfix;
vstest.console (3)
Processors\EnableCodeCoverageArgumentProcessor.cs (3)
235string.Join(XPathSeperator, NodeNames, 0, 1), 236string.Join(XPathSeperator, NodeNames, 0, 2), 237string.Join(XPathSeperator, NodeNames, 0, 3)
vstest.console.arm64 (3)
src\vstest\src\vstest.console\Processors\EnableCodeCoverageArgumentProcessor.cs (3)
235string.Join(XPathSeperator, NodeNames, 0, 1), 236string.Join(XPathSeperator, NodeNames, 0, 2), 237string.Join(XPathSeperator, NodeNames, 0, 3)