33 references to Concat
Aspire.Dashboard (9)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\DashboardService.cs (1)
26string.Concat(
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\collector\logs\v1\LogsService.cs (1)
26string.Concat(
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\collector\metrics\v1\MetricsService.cs (1)
26string.Concat(
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\collector\trace\v1\TraceService.cs (1)
26string.Concat(
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\common\v1\Common.cs (1)
26string.Concat(
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\logs\v1\Logs.cs (1)
26string.Concat(
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (1)
26string.Concat(
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\resource\v1\Resource.cs (1)
26string.Concat(
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (1)
26string.Concat(
Aspire.Hosting (1)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\DashboardService.cs (1)
26string.Concat(
BasketService (1)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (1)
26string.Concat(
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (1)
255return string.Concat(prefix + ":" + _cachedNode.LocalName);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (1)
1412return string.Concat("xmlns:", LocalName, "=\"", Value, "\"");
FrameworkFork\System.ServiceModel\Internals\System\Runtime\AssertHelper.cs (1)
56newMessage = string.Concat(newMessage, " [", exception.GetType().Name, ": ", exception.Message, "] --> ", message);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UriGenerator.cs (1)
33_prefix = string.Concat(scheme, ":", Guid.NewGuid().ToString(), delimiter, "id=");
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (2)
806return string.Concat(inputString, delimiter, 811return string.Concat(inputString, delimiter,
Microsoft.Extensions.Http.Resilience.Tests (1)
artifacts\obj\Microsoft.Extensions.Http.Resilience.Tests\Debug\net8.0\Protos\Greet.cs (1)
26string.Concat(
Microsoft.ML.OnnxConverter (1)
OnnxMl.cs (1)
32string.Concat(
Microsoft.ML.OnnxTransformer (1)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (1)
32string.Concat(
Microsoft.ML.Tokenizers (1)
SentencepieceModel.cs (1)
42string.Concat(
Microsoft.ML.Tokenizers.Tests (1)
EnglishRobertaTests.cs (1)
278string expectedDecodedString = string.Concat((string[])(p[robertaModel!.FilterUnsupportedChars ? 5 : 2]));
MyFrontend (1)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (1)
26string.Concat(
Stress.TelemetryService (8)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\collector\logs\v1\LogsService.cs (1)
26string.Concat(
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\collector\metrics\v1\MetricsService.cs (1)
26string.Concat(
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\collector\trace\v1\TraceService.cs (1)
26string.Concat(
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\common\v1\Common.cs (1)
26string.Concat(
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\logs\v1\Logs.cs (1)
26string.Concat(
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (1)
26string.Concat(
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\resource\v1\Resource.cs (1)
26string.Concat(
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (1)
26string.Concat(
System.CodeDom (1)
System\CodeDom\Compiler\ExposedTabStringIndentedTextWriter.cs (1)
61return string.Concat(args);
System.Private.Xml (1)
System\Xml\Xsl\Runtime\StringConcat.cs (1)
77_ => string.Concat(_strList!.ToArray()),