30 references to Concat
DeveloperExceptionPageSample (1)
Startup.cs (1)
40throw new Exception(string.Concat(
IntegrationTestsWebsite (1)
artifacts\obj\IntegrationTestsWebsite\Release\net10.0\Protos\Greet.cs (1)
26string.Concat(
InteropClient (3)
artifacts\obj\InteropClient\Release\net10.0\Empty.cs (1)
26string.Concat(
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (1)
26string.Concat(
artifacts\obj\InteropClient\Release\net10.0\Test.cs (1)
26string.Concat(
InteropWebsite (3)
artifacts\obj\InteropWebsite\Release\net10.0\Empty.cs (1)
26string.Concat(
artifacts\obj\InteropWebsite\Release\net10.0\Messages.cs (1)
26string.Concat(
artifacts\obj\InteropWebsite\Release\net10.0\Test.cs (1)
26string.Concat(
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (6)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Httpbody.cs (1)
26string.Concat(
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Issue045270\Hello.cs (1)
26string.Concat(
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Issue048192\Customannotations.cs (1)
26string.Concat(
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Issue048192\Customhttp.cs (1)
26string.Concat(
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Issue048192\Hello.cs (1)
26string.Concat(
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net10.0\Proto\Transcoding.cs (1)
26string.Concat(
Microsoft.AspNetCore.Grpc.Microbenchmarks (1)
artifacts\obj\Microsoft.AspNetCore.Grpc.Microbenchmarks\Release\net10.0\Proto\Greet.cs (1)
26string.Concat(
Microsoft.AspNetCore.Grpc.Swagger.Tests (7)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Body.cs (1)
26string.Concat(
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Counter.cs (1)
26string.Concat(
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Greeter.cs (1)
26string.Concat(
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (1)
26string.Concat(
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (1)
26string.Concat(
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Responsebody.cs (1)
26string.Concat(
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Xmldoc.cs (1)
26string.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.HttpLogging.Tests (1)
HttpLoggingMiddlewareTests.cs (1)
396var input = string.Concat(new string('あ', 5));
Microsoft.AspNetCore.Mvc.Core (1)
RequireHttpsAttribute.cs (1)
90var newUrl = string.Concat(
Sandbox (2)
artifacts\obj\Sandbox\Release\net10.0\Greet.cs (1)
26string.Concat(
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (1)
26string.Concat(
SocialWeather (1)
Protobuf\WeatherReport.cs (1)
26string.Concat(
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (2)
382return Concat((ReadOnlySpan<string?>)values); 452return copiedLength == totalLength ? result : Concat((ReadOnlySpan<string?>)values.ToArray());