9 references to Tuple
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (2)
768tuple = new Tuple<XmlSchemaType, string, object>(xmlType, originalString, typedValue); 816tuple = new Tuple<XmlSchemaType, string, object>(xmlType, originalString, typedValue);
Microsoft.CodeAnalysis (1)
StrongName\StrongNameKeys.cs (1)
159cachedKeyPair = new Tuple<ImmutableArray<byte>, ImmutableArray<byte>, RSAParameters?>(keyPair, publicKey, privateKey);
Microsoft.Maui.Controls (1)
MessagingCenter.cs (1)
33 public Sender(string message, Type senderType, Type argType) : base(message, senderType, argType)
Microsoft.ML.TimeSeries (1)
RootCauseAnalyzer.cs (1)
125return new Tuple<PointTree, PointTree, Dictionary<Dictionary<string, Object>, TimeSeriesPoint>>(pointTree, anomalyTree, dimPointMapping);
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\NuGetFrameworkFactory.cs (1)
481return new Tuple<string, string?, string>(identifier, version, profile);
NuGet.Frameworks (1)
NuGetFrameworkFactory.cs (1)
478return new Tuple<string, string?, string>(identifier, version, profile);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Tuple.cs (1)
36return new Tuple<T1, T2, T3>(item1, item2, item3);
System.Xaml (1)
System\Xaml\Schema\ReferenceEqualityComparer.cs (1)
31: base(item1, item2, item3)