9 references to Tuple
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (2)
768
tuple = new
Tuple
<XmlSchemaType, string, object>(xmlType, originalString, typedValue);
816
tuple = new
Tuple
<XmlSchemaType, string, object>(xmlType, originalString, typedValue);
Microsoft.CodeAnalysis (1)
StrongName\StrongNameKeys.cs (1)
159
cachedKeyPair = 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)
125
return new
Tuple
<PointTree, PointTree, Dictionary<Dictionary<string, Object>, TimeSeriesPoint>>(pointTree, anomalyTree, dimPointMapping);
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\NuGetFrameworkFactory.cs (1)
481
return new
Tuple
<string, string?, string>(identifier, version, profile);
NuGet.Frameworks (1)
NuGetFrameworkFactory.cs (1)
478
return new
Tuple
<string, string?, string>(identifier, version, profile);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Tuple.cs (1)
36
return new
Tuple
<T1, T2, T3>(item1, item2, item3);
System.Xaml (1)
System\Xaml\Schema\ReferenceEqualityComparer.cs (1)
31
:
base
(item1, item2, item3)