270 references to Join
Aspire.Dashboard (5)
Model\Otlp\ResourcesSelectHelpers.cs (3)
59""", name, fallback, string.Join(Environment.NewLine, resources), match);
74""", name, string.Join(Environment.NewLine, resources), string.Join(Environment.NewLine, matches));
Aspire.Dashboard.Tests (1)
Aspire.Hosting (2)
Aspire.Hosting.DevTunnels (1)
Aspire.Hosting.TestUtilities (1)
AzureKusto.Worker (1)
crossgen2 (1)
CSharpSyntaxGenerator (2)
dotnet (14)
dotnet-aot (1)
dotnet-razorpagegenerator (1)
GenerateDocumentationAndConfigFiles (1)
ilc (2)
ILCompiler.Compiler (4)
ILCompiler.MetadataTransform (17)
ILCompiler.ReadyToRun (3)
ILCompiler.TypeSystem (6)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaSignatureParser.cs (6)
181arrayShapeString.Append(string.Join(",", bounds));
183arrayShapeString.Append(string.Join(",", lowerBounds));
184_embeddedSignatureDataList.Add(new EmbeddedSignatureData { index = string.Join(".", _indexStack) + "|" + arrayShapeString.ToString(), kind = EmbeddedSignatureDataKind.ArrayShape, type = null });
295_embeddedSignatureDataList?.Add(new EmbeddedSignatureData { index = string.Join(".", _indexStack), kind = EmbeddedSignatureDataKind.RequiredCustomModifier, type = ResolveHandle(typeHandle) });
307_embeddedSignatureDataList?.Add(new EmbeddedSignatureData { index = string.Join(".", _indexStack), kind = EmbeddedSignatureDataKind.OptionalCustomModifier, type = ResolveHandle(typeHandle) });
411_embeddedSignatureDataList?.Add(new EmbeddedSignatureData { index = string.Join(".", _indexStack) + "|" + ((int)signatureCallConv).ToString(), kind = EmbeddedSignatureDataKind.UnmanagedCallConv, type = null });
illink (1)
installer.tasks (1)
Microsoft.AspNetCore.Authorization (1)
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (2)
Microsoft.AspNetCore.HostFiltering (1)
Microsoft.AspNetCore.Mvc.RazorPages (1)
Microsoft.AspNetCore.Routing (1)
Microsoft.Build (3)
Microsoft.Build.Framework (1)
Microsoft.Build.Tasks.Core (1)
Microsoft.CodeAnalysis (2)
Microsoft.CodeAnalysis.Analyzers (1)
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
Microsoft.CodeAnalysis.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp (7)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (5)
366sb.AppendFormat("Inferring method type parameters <{0}>\n", string.Join(", ", _methodTypeParameters));
381sb.AppendFormat("Argument types ({0})\n", string.Join(", ", from a in _arguments select a.Type));
430sb.AppendFormat("upper bounds: ({0}) ", (_upperBounds[i] == null) ? "" : string.Join(", ", _upperBounds[i]));
431sb.AppendFormat("lower bounds: ({0}) ", (_lowerBounds[i] == null) ? "" : string.Join(", ", _lowerBounds[i]));
432sb.AppendFormat("exact bounds: ({0}) ", (_exactBounds[i] == null) ? "" : string.Join(", ", _exactBounds[i]));
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Microsoft.CodeAnalysis.Features (3)
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.DotNet.Build.Tasks.Packaging (1)
Microsoft.DotNet.Cli.Definitions (1)
Microsoft.Extensions.AI.Abstractions (1)
Microsoft.Extensions.AI.Tests (1)
Microsoft.Extensions.Caching.Hybrid.Tests (2)
Microsoft.Extensions.ServiceDiscovery.Abstractions (1)
Microsoft.Interop.ComInterfaceGenerator (3)
Microsoft.Interop.SourceGeneration (2)
Microsoft.Maui.Controls (1)
Microsoft.Maui.Controls.Build.Tasks (8)
ModuleDefinitionExtensions.cs (8)
15 var typeKey = $"{type}<{string.Join(",", classArguments)}>";
64 var ctorKey = $"{type}<{(string.Join(",", classArguments))}>.ctor({(string.Join(",", Enumerable.Repeat("_", paramCount)))})";
76 var ctorKey = $"{type}<{(string.Join(",", classArguments))}>.ctor({(parameterTypes == null ? "" : string.Join(",", parameterTypes))})";
90 var ctorKey = $"{type}.ctor({(parameterTypes == null ? "" : string.Join(",", parameterTypes))})";
194 var methodKey = $"{(isStatic ? "static " : "")}{type}<{(classArguments == null ? "" : string.Join(",", classArguments))}>.({(parameterTypes == null ? "" : string.Join(",", parameterTypes))})";
220 var methodKey = $"{(isStatic ? "static " : "")}{type}<{(classArguments == null ? "" : string.Join(",", classArguments))}>.({(string.Join(",", Enumerable.Repeat("_", paramCount)))})";
Microsoft.Maui.Essentials (1)
Microsoft.ML.AutoML (2)
Microsoft.ML.CodeGenerator (1)
Microsoft.ML.GenAI.Core (1)
Microsoft.ML.LightGbm (1)
Microsoft.ML.OnnxTransformer (3)
Microsoft.ML.Samples (89)
Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnCount.cs (2)
22Console.WriteLine("{0,-25} {1,-25}", string.Join(",", item
52Console.WriteLine("{0,-25} {1,-25}", string.Join(",", item.
Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnCountMultiColumn.cs (2)
22Console.WriteLine("{0,-25} {1,-25}", string.Join(",", item.
52Console.WriteLine("{0,-25} {1,-25}", string.Join(",", item
Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnMutualInformation.cs (2)
22Console.WriteLine("{0,-25} {1,-25}", item.Label, string.Join(",",
50Console.WriteLine("{0,-25}", string.Join(",", item.NumericVector));
Dynamic\Transforms\FeatureSelection\SelectFeaturesBasedOnMutualInformationMultiColumn.cs (4)
22Console.WriteLine("{0,-25} {1,-25}", string.Join(",", item
23.NumericVectorA), string.Join(",", item.NumericVectorB));
53Console.WriteLine("{0,-25} {1,-25}", string.Join(",", item
54.NumericVectorA), string.Join(",", item.NumericVectorB));
Dynamic\Transforms\ReplaceMissingValuesMultiColumn.cs (8)
57Console.WriteLine("Features1: [" + string.Join(", ", row
58.Features1) + "]\t MissingReplaced1: [" + string.Join(", ", row
59.MissingReplaced1) + "]\t Features2: [" + string.Join(", ", row
60.Features2) + "]\t MissingReplaced2: [" + string.Join(", ", row
92Console.WriteLine("Features1: [" + string.Join(", ", row
93.Features1) + "]\t MissingReplaced1: [" + string.Join(", ", row
94.MissingReplaced1) + "]\t Features2: [" + string.Join(", ", row
95.Features2) + "]\t MissingReplaced2: [" + string.Join(", ", row
Microsoft.ML.Samples.GPU (4)
Microsoft.ML.Tests (3)
Microsoft.ML.Transforms (1)
Microsoft.ML.Vision (1)
Microsoft.NET.Build.Containers (3)
Microsoft.NET.Build.Tasks (2)
Microsoft.TemplateEngine.Edge (2)
Microsoft.TemplateEngine.Utils (1)
Microsoft.TestPlatform.CrossPlatEngine (2)
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
NuGet.CommandLine.XPlat (4)
NuGet.Commands (3)
NuGet.Frameworks (2)
NuGet.Packaging (5)
NuGet.Protocol (2)
PresentationFramework (2)
Roslyn.Diagnostics.Analyzers (1)
Roslyn.Diagnostics.CSharp.Analyzers (1)
System.CommandLine (2)
System.Diagnostics.DiagnosticSource (1)
System.Net.Mail (1)
System.Net.WebSockets (1)
System.Private.CoreLib (2)
testhost (1)
testhost.arm64 (1)
testhost.x86 (1)
vstest.console (1)
vstest.console.arm64 (1)