71 references to Concat
illink (5)
Microsoft.AspNetCore.Http.Abstractions (2)
HostString.cs (1)
184uriComponent = string.Concat(s_idnMapping.GetUnicode(uriComponent, 0, index), port);
PathString.cs (1)
362var combined = string.Concat(Value.AsSpan(), other.Value.AsSpan(1));
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
MapPathMiddlewareTests.cs (1)
93Assert.Equal(string.Concat(basePath, requestPath.AsSpan(0, matchPath.Length)), (string)context.Items["test.PathBase"]!);
Microsoft.AspNetCore.Mvc.Core (1)
Routing\ViewEnginePath.cs (1)
40result = string.Concat(first.AsSpan(0, index + 1), second);
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
FileProviderRazorProjectFileSystem.cs (1)
78return string.Concat(path1, path2.AsSpan(1));
Microsoft.AspNetCore.Mvc.RazorPages (1)
DependencyInjection\RazorPagesRazorViewEngineOptionsSetup.cs (1)
71return string.Concat(path1, path2.AsSpan(1));
Microsoft.AspNetCore.ResponseCompression (1)
ResponseCompressionProvider.cs (1)
253var partialMimeType = string.Concat(mimeType!.AsSpan(0, slashPos.Value), "/*");
Microsoft.Build.Engine.OM.UnitTests (1)
FileUtilities.cs (1)
275string.Concat(path.AsSpan(start), new(in Path.DirectorySeparatorChar)));
Microsoft.Build.Tasks.Core (2)
FileUtilities.cs (1)
275string.Concat(path.AsSpan(start), new(in Path.DirectorySeparatorChar)));
ResourceHandling\MSBuildResXReader.cs (1)
93return string.Concat(aliasedTypeName.AsSpan(0, indexStart + 2), fullAssemblyIdentity);
Microsoft.Extensions.Configuration.Ini (1)
IniStreamConfigurationProvider.cs (1)
53sectionPrefix = string.Concat(line.AsSpan(1, line.Length - 2).Trim(), ConfigurationPath.KeyDelimiter);
Microsoft.Extensions.Logging.EventLog (2)
EventLogLogger.cs (2)
143messageSegment = string.Concat(message.AsSpan(startIndex, _beginOrEndMessageSegmentSize), ContinuationString); 156messageSegment = string.Concat(ContinuationString, message.AsSpan(startIndex));
MSBuild (1)
FileUtilities.cs (1)
275string.Concat(path.AsSpan(start), new(in Path.DirectorySeparatorChar)));
PresentationCore (2)
MS\Internal\FontCache\FontCacheUtil.cs (1)
642return string.Concat("#", fontFamilyReference.AsSpan(startIndex, length)).ToUpperInvariant();
System\Windows\Media\Animation\KeyTimeConverter.cs (1)
189return string.Concat(returnValue, (ReadOnlySpan<char>)stackalloc char[] { '%' });
PresentationFramework (2)
System\Windows\Controls\ComboBox.cs (1)
710matchedText = String.Concat(newText, matchedText.AsSpan(matchedTextInfo.MatchedPrefixLength));
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2094return string.Concat(uriInput, GetAssemblyNameForNamespace(_settings.LocalAssembly));
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Design\Serialization\RootDesignerSerializerAttribute.cs (1)
88_typeId = string.Concat(GetType().FullName, baseType);
System.Data.Common (1)
System\Data\XmlToDatasetMap.cs (1)
518tempColumnName = string.Concat(tempColumnName, col.ColumnName.AsSpan(1));
System.Diagnostics.Process (1)
src\libraries\Common\src\Interop\Linux\cgroups\Interop.cgroups.cs (1)
296return string.Concat(hierarchyMount, cgroupPathRelativeToMount.AsSpan(commonPathPrefixLength));
System.Formats.Tar (2)
src\libraries\Common\src\System\IO\Archiving.Utils.Unix.cs (1)
26(false, true) => string.Concat(path, "/"),
System\Formats\Tar\TarHeader.Write.cs (1)
1212string.Concat("/tmp", result.AsSpan(tmp.Length)) :
System.IO.Compression.ZipFile (2)
src\libraries\Common\src\System\IO\Archiving.Utils.Unix.cs (1)
26(false, true) => string.Concat(path, "/"),
System\IO\Compression\ZipFileExtensions.ZipArchiveEntry.Extract.cs (1)
119destinationDirectoryFullPath = string.Concat(destinationDirectoryFullPath, new ReadOnlySpan<char>(in sep));
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\MultiProxy.cs (1)
261if ((proxyType & wantedFlag) != 0 && Uri.TryCreate(string.Concat("http://", proxyString.Slice(0, iter)), UriKind.Absolute, out uri))
System.Net.Requests (1)
System\Net\CommandStream.cs (1)
206sendCommand = string.Concat(sendCommand.AsSpan(0, index), " ********");
System.Net.Security (2)
System\Net\Security\SslStreamCertificateContext.Linux.cs (1)
410uriString = string.Concat(baseUri, encodedRequest.AsSpan());
System\Security\Authentication\ExtendedProtection\ServiceNameCollection.cs (1)
245if (!Uri.TryCreate(string.Concat(HttpSchemeAndDelimiter, host), UriKind.Absolute, out constructedUri))
System.Net.Sockets (1)
System\Net\Sockets\UnixDomainSocketEndPoint.cs (1)
128return string.Concat("@", _path.AsSpan(1));
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (1)
710string.Concat(first, second) :
src\libraries\System.Private.CoreLib\src\System\IO\StreamReader.cs (1)
933retVal = string.Concat(arrayPoolBuffer.AsSpan(0, arrayPoolBufferPos), charBuffer.AsSpan(charPos, idxOfNewline));
src\libraries\System.Private.CoreLib\src\System\Reflection\AssemblyName.cs (1)
330string result = string.Concat(codebase.AsSpan(0, indexOfFirstToEscape), vsb.AsSpan());
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (2)
166serverTypeNamespace = string.Concat(Globals.DataContractXsdBaseNamespace, serverTypeNamespace.AsSpan(1)); 199serverTypeNamespace = string.Concat(Globals.DataContractXsdBaseNamespace, serverTypeNamespace.AsSpan(1));
System\Runtime\Serialization\Json\XmlObjectSerializerWriteContextComplexJson.cs (1)
89return string.Concat("#", dataContractNamespace.AsSpan(JsonGlobals.DataContractXsdBaseNamespaceLength));
System.Private.Uri (14)
System\Uri.cs (12)
1188string.Concat(host.AsSpan(1, host.Length - 2), _info.ScopeId) : 3022return string.Concat( 3049return string.Concat( 3145return string.Concat( 3312_string = string.Concat(_string, _originalUnicodeString.AsSpan(origIdx)); 3864newHost = string.Concat(newHost, new ReadOnlySpan<char>(pString + start, end - start)); 3874newHost = string.Concat(newHost, new ReadOnlySpan<char>(pString + start, end - start)); 3912newHost = string.Concat(newHost, new ReadOnlySpan<char>(pString + start, end - start)); 3984newHost = string.Concat(newHost, new ReadOnlySpan<char>(pString + startPort, idx - startPort)); 4710return string.Concat(basePart.OriginalString.AsSpan(0, idx + 1), relativePart); 4715return string.Concat(basePart.OriginalString.AsSpan(0, idx + 1), relativePart); 4866return string.Concat(path.AsSpan(1, length - 1), extra);
System\UriExt.cs (1)
615string result = string.Concat(charsToUnescape.Slice(0, indexOfFirstToUnescape), vsb.AsSpan());
System\UriHelper.cs (1)
210string result = string.Concat(charsToEscape.Slice(0, indexOfFirstToEscape), vsb.AsSpan());
System.Private.Xml (5)
System\Xml\Schema\XmlSchemaDataType.cs (1)
258canonicalUri = nameTable.Add(string.Concat(uri.AsSpan(0, offset), uri.Substring(offset).ToUpperInvariant()));
System\Xml\Xsl\IlGen\XmlILTrace.cs (4)
185return string.Concat(s.AsSpan(9), " introduction"); 189return string.Concat(s.AsSpan(9), " elimination"); 193return string.Concat(s.AsSpan(7), " commutation"); 197return string.Concat(s.AsSpan(4), " folding");
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\RuntimeEnvironment.cs (1)
28return string.Concat(Path.GetDirectoryName(runtimeDirectory), new ReadOnlySpan<char>(in sep));
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (1)
835return string.Concat(baseUri, resource.Span);
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\DateTimeHelper.cs (1)
62dateTimeString = string.Concat(dateTimeString.AsSpan(0, 19), dateTimeString.AsSpan(i));
System.Text.Encodings.Web (1)
System\Text\Encodings\Web\TextEncoder.cs (1)
179string retVal = string.Concat(value.Slice(0, indexOfFirstCharToEncode), stringBuilder.AsSpan());
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexLWCGCompiler.cs (1)
54description = string.Concat("_", pattern.Length > DescriptionLimit ? pattern.AsSpan(0, DescriptionLimit) : pattern);
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Dgml.cs (1)
64label = string.Concat(label.AsSpan(0, maxLabelLength), "..");
System.Windows.Forms (3)
System\Windows\Forms\ComponentModel\COM2Interop\COM2IManagedPerPropertyBrowsingHandler.cs (2)
113? Type.GetType(string.Concat(typeName.AsSpan(0, lastDot), assemblyName)) 114: assembly.GetType(string.Concat(typeName.AsSpan(0, lastDot), assemblyName));
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridToolTip.cs (1)
44value = string.Concat(value.AsSpan(0, MaximumToolTipLength), "...");
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.cs (1)
570_rootComponentClassName = string.Concat(className.AsSpan(0, className.Length - oldName.Length), newName);
System.Xaml (1)
System\Xaml\XamlType.cs (1)
1626typeName = string.Concat(typeNameSpan.Slice(0, index), subscript);