7 references to Concat
Microsoft.AspNetCore.Http (1)
Internal\ResponseCookies.cs (1)
96
cookies[position] = string.
Concat
(keyValuePair.Key, "=", Uri.EscapeDataString(keyValuePair.Value), cookieSuffix);
System.Net.HttpListener (1)
System\Net\ServiceNameStore.cs (1)
110
string normalizedServiceName = string.
Concat
(prefix, normalizedHost, port, distinguisher);
System.Net.Security (1)
System\Security\Authentication\ExtendedProtection\ServiceNameCollection.cs (1)
253
string normalizedServiceName = string.
Concat
(prefix, normalizedHost, port, distinguisher);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\GlobalizationMode.cs (2)
86
string.
Concat
(baseName, suffix, extension, version) :
87
string.
Concat
(baseName, suffix, version, extension);
System.Private.Uri (2)
System\Uri.cs (2)
4742
return string.
Concat
(@"\\", basePart.GetParts(UriComponents.Host, UriFormat.Unescaped), share, relativePart);
4745
return string.
Concat
("file://", basePart.GetParts(UriComponents.Host, uriFormat), share, relativePart);