92 references to Concat
aspire (1)
Acquisition\InstallationDiscovery.cs (1)
392return string.Concat("pr-", match.Groups["number"].Value);
Aspire.Confluent.Kafka (2)
AspireKafkaConsumerExtensions.cs (1)
168: string.Concat(ConfluentKafkaCommon.KeyedConsumerHealthCheckName, connectionName);
AspireKafkaProducerExtensions.cs (1)
168: string.Concat(ConfluentKafkaCommon.KeyedProducerHealthCheckName, connectionName);
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (1)
907_text = string.Concat(_text, text);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
2136s = string.Concat(genPrefix, i.ToString());
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
111prefix = namespaceUri.Length == 0 ? string.Empty : string.Concat("d", namespaceUri.Length.ToString(System.Globalization.NumberFormatInfo.InvariantInfo));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
567inputString = string.Concat(OnGetConnectionGroupPrefix(clientCertificateToken), inputString);
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (1)
416uriString = string.Concat(uriString, "/");
Shared\FrameworkInfo.cs (1)
98fullFrameworkName = string.Concat(name, version.ToString());
Shared\MSBuildProj.cs (1)
236msbuildProj._targetFramework = string.Concat("net", TargetFrameworkHelper.s_currentSupportedVersions.First());
dotnet-user-jwts (3)
Helpers\ConsoleTable.cs (3)
113outputRow = string.Concat(outputRow, " | "); 122outputRow = string.Concat(outputRow, rows[i][j].Substring(0, columnLengths[j])); 126outputRow = string.Concat(outputRow, " |");
GenerateDocumentationAndConfigFiles (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\CodeGenerationHelpers.cs (2)
125var commentStarter = string.Concat(commentToken, " "); 126var newLineStarter = string.Concat("\n", commentStarter);
ILCompiler.TypeSystem (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\GenericParameterDesc.cs (1)
76return string.Concat("T", Index.ToStringInvariant());
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\GenericParameterDesc.Diagnostic.cs (1)
17return string.Concat("T", Index.ToStringInvariant());
illink (1)
Microsoft.AspNetCore.Components (3)
NavigationManager.cs (3)
192return string.Concat(_uri, relativeUri); 202return string.Concat(_uri, relativeUri); 214return string.Concat(_uri, relativeUri);
Microsoft.AspNetCore.Http.Abstractions (2)
PathString.cs (2)
489return string.Concat(left, right.ToString()); 501return string.Concat(left.ToString(), right);
Microsoft.AspNetCore.InternalTesting (1)
AssemblyTestLog.cs (1)
135testName = string.Concat(testName.AsSpan(0, testNameLength / 2).ToString(), testName.AsSpan(testName.Length - testNameLength / 2, testNameLength / 2).ToString());
Microsoft.Build.Framework (1)
InterningReadTranslator.cs (1)
66string str = string.Concat(directory, fileName);
Microsoft.Build.Tasks.Core (4)
BootstrapperUtil\Util.cs (4)
157string p = ReadRegistryString(Registry.LocalMachine, String.Concat(BOOTSTRAPPER_REGISTRY_PATH_BASE, BOOTSTRAPPER_REGISTRY_PATH_VERSION_VS2010), REGISTRY_DEFAULTPATH); 163p = ReadRegistryString(Registry.LocalMachine, String.Concat(BOOTSTRAPPER_WOW64_REGISTRY_PATH_BASE, BOOTSTRAPPER_REGISTRY_PATH_VERSION_VS2010), REGISTRY_DEFAULTPATH); 179defaultPath = ReadRegistryString(Registry.LocalMachine, String.Concat(BOOTSTRAPPER_REGISTRY_PATH_BASE, normalizedVersion), REGISTRY_DEFAULTPATH); 185defaultPath = ReadRegistryString(Registry.LocalMachine, String.Concat(BOOTSTRAPPER_WOW64_REGISTRY_PATH_BASE, normalizedVersion), REGISTRY_DEFAULTPATH);
Microsoft.CodeAnalysis (2)
MetadataReader\MetadataHelpers.cs (1)
495return (arity <= 9) ? s_aritySuffixesOneToNine[arity - 1] : string.Concat(GenericTypeNameManglingString, arity.ToString(CultureInfo.InvariantCulture));
SourceGeneration\AdditionalSourcesCollection.cs (1)
158hintName = string.Concat(hintName, _fileExtension);
Microsoft.CodeAnalysis.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\CodeGenerationHelpers.cs (2)
125var commentStarter = string.Concat(commentToken, " "); 126var newLineStarter = string.Concat("\n", commentStarter);
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\CodeGenerationHelpers.cs (2)
125var commentStarter = string.Concat(commentToken, " "); 126var newLineStarter = string.Concat("\n", commentStarter);
Microsoft.CodeAnalysis.VisualBasic (1)
Preprocessor\ExpressionEvaluator.vb (1)
1499Dim ResultString As String = String.Concat(LeftSpelling, RightSpelling)
Microsoft.CodeAnalysis.Workspaces (3)
LanguageServices\DeclaredSymbolFactoryService\ArityUtilities.cs (1)
21: string.Concat(GenericTypeNameManglingString, arity.ToString(CultureInfo.InvariantCulture));
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\CodeGenerationHelpers.cs (2)
125var commentStarter = string.Concat(commentToken, " "); 126var newLineStarter = string.Concat("\n", commentStarter);
Microsoft.DotNet.Build.Tasks.Workloads (1)
Utils.cs (1)
120return string.Concat(escapedPattern, "$");
Microsoft.Extensions.AI.Abstractions (1)
Functions\AIFunctionFactory.cs (1)
876string.Concat(name.Substring(0, asyncIndex), name.Substring(asyncIndex + AsyncSuffix.Length));
Microsoft.Gen.BuildMetadata (1)
AnalyzerConfigOptionsExtensions.cs (1)
36var key = string.Concat(PropertyPrefix, propertyName);
Microsoft.Maui.Controls (1)
Routing.cs (1)
74 return String.Concat(ImplicitPrefix, source);
Microsoft.Maui.Resizetizer (1)
DpiPath.cs (1)
32 string.Concat(NameSuffix, ScaleSuffix);
Microsoft.NET.Sdk.Publish.Tasks (6)
MsDeploy\CommonUtility.cs (1)
1738string rootPathWithSlash = string.Concat(rootPath, rootPath.EndsWith(directorySeparator, StringComparison.Ordinal) ? string.Empty : directorySeparator);
Tasks\MsDeploy\MSDeploy.cs (2)
652arguments.Add(string.Concat("name=", nameValue)); 733arguments.Add(string.Concat("name=", valueData));
Tasks\MsDeploy\NormalizeServiceUrl.cs (2)
90_resultUrl = string.Concat("http://", tempUrl); 121serviceUrl = string.Concat(https, serviceUrl.TrimStart());
Tasks\Xdt\TaskTransformationLogger.cs (1)
89loggingHelper.LogMessage(importance, string.Concat(IndentString, message), messageArgs);
Microsoft.TestPlatform.CommunicationUtilities (2)
SocketTransport.cs (1)
88return Uri.TryCreate(string.Concat("tcp://", endpointAddress), UriKind.Absolute, out Uri? uri)
TcpClientExtensions.cs (1)
123return Uri.TryCreate(string.Concat("tcp://", value), UriKind.Absolute, out Uri? uri)
Microsoft.TestPlatform.CrossPlatEngine (2)
DataCollection\DotnetDataCollectionLauncher.cs (2)
73var runtimeConfigPath = Path.Combine(dataCollectorDirectory, string.Concat(dataCollectorFileName, ".runtimeconfig.json")); 87var depsFilePath = Path.Combine(dataCollectorDirectory, string.Concat(dataCollectorFileName, ".deps.json"));
Microsoft.TestPlatform.TestHostRuntimeProvider (3)
Hosting\DotnetTestHostManager.cs (3)
310var runtimeConfigPath = Path.Combine(sourceDirectory, string.Concat(sourceFile, ".runtimeconfig.json")); 325var depsFilePath = Path.Combine(sourceDirectory, string.Concat(sourceFile, ".deps.json")); 337var runtimeConfigDevPath = Path.Combine(sourceDirectory, string.Concat(sourceFile, ".runtimeconfig.dev.json"));
Microsoft.Web.XmlTransform (5)
XmlAttributeTransform.cs (1)
71string xpath = String.Concat("@", String.Join("|@", array));
XmlLocator.cs (4)
52return String.Concat("_defaultNamespace:", CurrentElement.LocalName); 238basePath = String.Concat(basePath, "/"); 250predicate = String.Concat("[", predicate); 253predicate = String.Concat(predicate, "]");
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
628: string.Concat(request.PackItem.GetProperty("FileName"), request.PackItem.GetProperty("Extension"))
NuGet.Commands (1)
RestoreCommand\RestoreCommand.cs (1)
1659string.Concat(invalidReasons,
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
479string targetPath = string.Concat(TargetPath, SourceFileInfo.RelativeSourceFilePath.Substring(0, pathEndIndex + 1));
Roslyn.Diagnostics.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\CodeGenerationHelpers.cs (2)
125var commentStarter = string.Concat(commentToken, " "); 126var newLineStarter = string.Concat("\n", commentStarter);
System.IO.Packaging (3)
System\IO\Packaging\InternalRelationshipCollection.cs (1)
595return string.Concat("R", Guid.NewGuid().ToString("N").Substring(0, TimestampLength));
System\IO\Packaging\PackUriHelper.PackUriScheme.cs (1)
112packUri = new Uri(string.Concat(packUri.GetComponents(UriComponents.AbsoluteUri, UriFormat.UriEscaped), fragment));
System\IO\Packaging\ZipPackage.cs (1)
436return string.Concat(ForwardSlashString, zipItemName);
System.Management (1)
System\Management\WMIGenerator.cs (1)
4797strRet = string.Concat(strRet, strToAdd);
System.Net.HttpListener (1)
System\Net\WebSockets\HttpWebSocket.cs (1)
21string acceptString = string.Concat(secWebSocketKey, HttpWebSocket.SecWebSocketKeyGuid);
System.Net.Security (1)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
436byte[] blob = Encoding.Unicode.GetBytes(string.Concat(userName.ToUpperInvariant(), domain));
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (4)
83Concat(arg0?.ToString(), arg1?.ToString()); 240return Concat(str1, str2); 245return Concat(str0, str2); 250return Concat(str0, str1);
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\Json\XmlObjectSerializerWriteContextComplexJson.cs (2)
81return string.Concat("\\", dataContractNamespace); 85return string.Concat("\\", dataContractNamespace);
System.Private.TypeLoader (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\GenericParameterDesc.cs (1)
76return string.Concat("T", Index.ToStringInvariant());
System.Private.Xml (5)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
921_text = string.Concat(_text, text);
System\Xml\Xsl\Runtime\StringConcat.cs (1)
742 => string.Concat(_s1, _s2),
System\Xml\Xsl\Runtime\WhitespaceRuleReader.cs (2)
113_val = string.Concat(ws, base.Value); 132string.Concat(ws, base.Value);
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
437info.NegativeInfinitySymbol = string.Concat(info.NegativeSign, info.PositiveInfinitySymbol);
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
663inputString = string.Concat(OnGetConnectionGroupPrefix(clientCertificateToken), inputString);
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomWriter.cs (1)
1050prefix = string.Concat(Guid.NewGuid().ToString(), "+id=");
System\ServiceModel\EndpointAddress.cs (1)
383uriString = string.Concat(uriString, "/");
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskDescriptor.cs (1)
146string hash = string.Concat(Mask, ValidatingType?.ToString());
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2455return string.Concat(sCanonicalsKeyword, menuRawText.Substring(pos + cKeyChars + 1, cMenuChars - (pos + cKeyChars + 1)));
vstest.console (1)
Processors\Utilities\ArgumentProcessorFactory.cs (1)
272commandName = string.Concat("--", commandName.Remove(0, 1));
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Processors\Utilities\ArgumentProcessorFactory.cs (1)
272commandName = string.Concat("--", commandName.Remove(0, 1));