27 references to Create
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormatEngine.cs (1)
80lastRulesAndOptions = Tuple.Create(formattingRules, options, new ChainedFormattingRules(formattingRules, options));
Microsoft.AspNetCore.Cors (1)
Infrastructure\CorsMiddleware.cs (1)
188context.Response.OnStarting(OnResponseStartingDelegate, Tuple.Create(this, context, corsResult));
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormatEngine.cs (1)
80lastRulesAndOptions = Tuple.Create(formattingRules, options, new ChainedFormattingRules(formattingRules, options));
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormatEngine.cs (1)
80lastRulesAndOptions = Tuple.Create(formattingRules, options, new ChainedFormattingRules(formattingRules, options));
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormatEngine.cs (1)
80lastRulesAndOptions = Tuple.Create(formattingRules, options, new ChainedFormattingRules(formattingRules, options));
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormatEngine.cs (1)
80lastRulesAndOptions = Tuple.Create(formattingRules, options, new ChainedFormattingRules(formattingRules, options));
Microsoft.CodeAnalysis.Workspaces (3)
Rename\SymbolicRenameLocations.ReferenceProcessing.cs (2)
388.Select(t => Tuple.Create(t.ToString(), t.Span.Start, t.Span)); 406.Select(t => Tuple.Create(t.ToString(), t.Span.Start, t.Token.Span));
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormatEngine.cs (1)
80lastRulesAndOptions = Tuple.Create(formattingRules, options, new ChainedFormattingRules(formattingRules, options));
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinarySaver.cs (1)
299metadataInfos.Add(Tuple.Create(metaColumn.Name, codec, (CompressionKind)args[5]));
Microsoft.ML.TorchSharp (1)
AutoFormerV2\ObjectDetectionMetrics.cs (1)
198tupleList.Add(Tuple.Create(annotaIndex, detectIndex, iou));
Microsoft.TemplateEngine.Cli (2)
TabularOutput\TabularOutput.cs (2)
215_ordering.Add(Tuple.Create(index, false, comparer)); 233_ordering.Add(Tuple.Create(index, true, comparer));
NuGet.Commands (1)
RestoreCommand\ProjectRestoreCommand.cs (1)
175return Tuple.Create(success, graphs, allRuntimes);
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormatEngine.cs (1)
80lastRulesAndOptions = Tuple.Create(formattingRules, options, new ChainedFormattingRules(formattingRules, options));
System.ComponentModel.Composition.Registration (4)
System\ComponentModel\Composition\Registration\PartBuilder.cs (4)
122_propertyExports.Add(Tuple.Create(propertyFilter, exportConfiguration, default(Type))); 140_propertyExports.Add(Tuple.Create(propertyFilter, exportConfiguration, typeof(T))); 158_propertyImports.Add(Tuple.Create(propertyFilter, importConfiguration, default(Type))); 175_propertyImports.Add(Tuple.Create(propertyFilter, importConfiguration, typeof(T)));
System.Composition.Convention (2)
System\Composition\Convention\PartConventionBuilder.cs (2)
204_propertyExports.Add(Tuple.Create(propertyFilter, exportConfiguration, default(Type))); 240_propertyExports.Add(Tuple.Create(propertyFilter, exportConfiguration, typeof(T)));
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\TupleExtensions.cs (3)
720return Tuple.Create(value.Item1, value.Item2, value.Item3); 793Tuple.Create(value.Rest.Item1, value.Rest.Item2, value.Rest.Item3)); 873Tuple.Create(value.Rest.Rest.Item1, value.Rest.Rest.Item2, value.Rest.Rest.Item3)));
System.Threading.Tasks.Dataflow (3)
Base\DataflowBlock.cs (1)
1888Tuple.Create<Action<T>, T, int>(action, result, branchId),
Blocks\BatchedJoinBlock.cs (1)
325_source.AddMessage(Tuple.Create(_target1.GetAndEmptyMessages(), _target2!.GetAndEmptyMessages(), _target3!.GetAndEmptyMessages()));
Blocks\JoinBlock.cs (1)
290() => _source.AddMessage(Tuple.Create(_target1!.GetOneMessage(), _target2!.GetOneMessage(), _target3!.GetOneMessage())),