14 references to Concat
ILCompiler.DependencyAnalysisFramework (1)
DgmlWriter.cs (1)
153AddNode(node, string.Concat("(", label1, ", ", label2, ")"));
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointComponentState.cs (1)
92return string.Concat(
Microsoft.AspNetCore.Http.Extensions (1)
UriHelper.cs (1)
206return string.Concat([request.Scheme, SchemeDelimiter, request.Host.Value, request.PathBase.Value, request.Path.Value, request.QueryString.Value]);
Microsoft.AspNetCore.Mvc.Core (1)
RequireHttpsAttribute.cs (1)
90var newUrl = string.Concat(
Microsoft.Extensions.Http.Resilience.Tests (1)
Greet.cs (1)
26string.Concat(
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\MsDeploy\MSDeploy.cs (1)
897string providerString = string.Concat(item.ItemSpec, ".", settingName, "=", settingValue);
Microsoft.Web.XmlTransform (1)
XmlTransforms.cs (1)
216TokenFormat = string.Concat("$(ReplacableToken_#(", SetTokenizedAttributes.ParameterAttribute, ")_#(", SetTokenizedAttributes.TokenNumber, "))");
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (4)
168return Concat(CollectionsMarshal.AsSpan((List<string?>)values)); 173return Concat((ReadOnlySpan<string?>)valuesArray); 403return Concat((ReadOnlySpan<string?>)values); 473return copiedLength == totalLength ? result : Concat((ReadOnlySpan<string?>)values.ToArray());
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\UriGenerator.cs (1)
38_prefix = string.Concat(scheme, ":", Guid.NewGuid().ToString(), delimiter, "id=");
System\ServiceModel\Security\SecurityUtils.cs (2)
747return string.Concat(inputString, delimiter, 753return string.Concat(inputString, delimiter,