11 instantiations of Tuple
mscorlib (2)
system\threading\Tasks\Task.cs (1)
711new Tuple<Task, Task, TaskContinuation>(this, antecedent, continuation));
system\tuple.cs (1)
28return new Tuple<T1, T2, T3>(item1, item2, item3);
System.Data.Entity (1)
System\Data\Mapping\StorageMappingItemCollection.cs (1)
459var key = new Tuple<EntitySetBase, EntityTypeBase, InterestingMembersKind>(entitySet, entityType, interestingMembersKind);
System.Web (1)
UI\ClientScriptManager.cs (1)
980Tuple<ScriptKey, String, Boolean> entry = new Tuple<ScriptKey, String, Boolean>(key, script, needsScriptTags);
System.Xml (6)
System\Xml\Core\XmlTextReaderImplAsync.cs (4)
3784return new Tuple<int, int, bool>(outStartPos, outEndPos, true); 3873return new Tuple<int, int, bool>(outStartPos, outEndPos, false); 3993return new Tuple<int, int, bool>(outStartPos, outEndPos, true); 4088return new Tuple<int, int, bool>(outStartPos, outEndPos, false);
System\Xml\Core\XsdValidatingReaderAsync.cs (2)
658tuple = new Tuple<XmlSchemaType, string, object>(xmlType, originalString, typedValue); 700tuple = new Tuple<XmlSchemaType, string, object>(xmlType, originalString, typedValue);
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (1)
751extensionNames.Add(new Tuple<string, string, string>(taskItem.ItemSpec, assemblyName, assemblyFile));
71 references to Tuple
mscorlib (7)
system\threading\Tasks\Task.cs (2)
741var tuple = o as Tuple<Task, Task, TaskContinuation>;
system\tuple.cs (5)
27public static Tuple<T1, T2, T3> Create<T1, T2, T3>(T1 item1, T2 item2, T3 item3) { 295Tuple<T1, T2, T3> objTuple = other as Tuple<T1, T2, T3>; 311Tuple<T1, T2, T3> objTuple = other as Tuple<T1, T2, T3>;
System.Activities.Core.Presentation (8)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (8)
398List<Tuple<UIElement, UIElement, ModelItem>> elem2elemConnections = new List<Tuple<UIElement, UIElement, ModelItem>>(); 399List<Tuple<ConnectionPoint, UIElement, ModelItem>> point2elemConnections = new List<Tuple<ConnectionPoint, UIElement, ModelItem>>(); 525List<Tuple<UIElement, UIElement, ModelItem>> elem2elemConnections, 526List<Tuple<ConnectionPoint, UIElement, ModelItem>> point2elemConnections) 536foreach (var connection in elem2elemConnections) 541foreach (var connection in point2elemConnections)
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (4)
164this.validationSynchronizer = new BackgroundValidationSynchronizer<Tuple<ValidationReason, ValidationResults, Exception>>(validationTaskDispatcher, this.CoreValidationWork, this.OnValidationWorkCompleted); 168this.validationSynchronizer = new ForegroundValidationSynchronizer<Tuple<ValidationReason, ValidationResults, Exception>>(validationTaskDispatcher, this.CoreValidationWork, this.OnValidationWorkCompleted); 381internal Tuple<ValidationReason, ValidationResults, Exception> CoreValidationWork(ValidationReason reason, CancellationToken cancellationToken) 407private void OnValidationWorkCompleted(Tuple<ValidationReason, ValidationResults, Exception> input)
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (4)
164this.validationSynchronizer = new BackgroundValidationSynchronizer<Tuple<ValidationReason, ValidationResults, Exception>>(validationTaskDispatcher, this.CoreValidationWork, this.OnValidationWorkCompleted); 168this.validationSynchronizer = new ForegroundValidationSynchronizer<Tuple<ValidationReason, ValidationResults, Exception>>(validationTaskDispatcher, this.CoreValidationWork, this.OnValidationWorkCompleted); 381internal Tuple<ValidationReason, ValidationResults, Exception> CoreValidationWork(ValidationReason reason, CancellationToken cancellationToken) 407private void OnValidationWorkCompleted(Tuple<ValidationReason, ValidationResults, Exception> input)
System.Data.Entity (22)
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (1)
149var principalSetsAndDependentTypes = new HashSet<Tuple<EntityType, AssociationSetEnd, ReferentialConstraint>>();
System\Data\Common\EntitySql\SemanticAnalyzer.cs (3)
133List<Tuple<string, MetadataNamespace, ErrorContext>> aliasedNamespaceImports = new List<Tuple<string, MetadataNamespace, ErrorContext>>(); 192foreach (var resolvedAliasedNamespaceImport in aliasedNamespaceImports)
System\Data\Common\Internal\Materialization\Shaper.cs (3)
103private HashSet<Tuple<string, string, string>> _relatedEndCache; 454var relatedEndKey = Tuple.Create<string, string, string>(entitySet.Identity, associationType.Identity, sourceEndName); 458_relatedEndCache = new HashSet<Tuple<string, string, string>>();
System\Data\Mapping\FunctionImportMappingComposable.cs (4)
33List<Tuple<StructuralType, List<StorageConditionPropertyMapping>, List<StoragePropertyMapping>>> structuralTypeMappings, 74private readonly List<Tuple<StructuralType, List<StorageConditionPropertyMapping>, List<StoragePropertyMapping>>> m_structuralTypeMappings; 284var mapping = m_structuralTypeMappings[0]; 318foreach (var mapping in m_structuralTypeMappings)
System\Data\Mapping\StorageMappingItemCollection.cs (3)
63private ConcurrentDictionary<Tuple<EntitySetBase, EntityTypeBase, InterestingMembersKind>, ReadOnlyCollection<EdmMember>> _cachedInterestingMembers = 64new ConcurrentDictionary<Tuple<EntitySetBase, EntityTypeBase, InterestingMembersKind>, ReadOnlyCollection<EdmMember>>(); 459var key = new Tuple<EntitySetBase, EntityTypeBase, InterestingMembersKind>(entitySet, entityType, interestingMembersKind);
System\Data\Mapping\StorageMappingItemLoader.cs (3)
2126var structuralTypeMappings = new List<Tuple<StructuralType, List<StorageConditionPropertyMapping>, List<StoragePropertyMapping>>>(); 2199internal static bool TryInferTVFKeys(List<Tuple<StructuralType, List<StorageConditionPropertyMapping>, List<StoragePropertyMapping>>> structuralTypeMappings, out EdmProperty[] keys) 2203foreach (var typeMapping in structuralTypeMappings)
System\Data\Mapping\Update\Internal\KeyManager.cs (3)
24private readonly Dictionary<Tuple<EntityKey, string, bool>, int> _foreignKeyIdentifiers = new Dictionary<Tuple<EntityKey, string, bool>, int>(); 132var position = Tuple.Create(entityKey, member, currentValues);
System\Data\Query\InternalTrees\ColumnMapFactory.cs (2)
144var memberInfo = new List<Tuple<MemberAssignment, int, EdmProperty>>(); 180var member = memberGroup.Single();
System.Data.Services (1)
parent\Client\System\Data\Services\Client\Common.cs (1)
37typeof(System.Tuple<,,>), // 3-Tuple
System.Data.Services.Client (1)
System\Data\Services\Client\Common.cs (1)
37typeof(System.Tuple<,,>), // 3-Tuple
System.Web (2)
UI\ClientScriptManager.cs (2)
980Tuple<ScriptKey, String, Boolean> entry = new Tuple<ScriptKey, String, Boolean>(key, script, needsScriptTags); 1173foreach (Tuple<ScriptKey, String, Boolean> entry in scripts) {
System.Web.Extensions (3)
Handlers\ScriptResourceHandler.cs (2)
61Tuple<Assembly, string, CultureInfo> cacheKey = Tuple.Create(assembly, scriptResourceName, culture); 719Tuple<Assembly, string, CultureInfo> cacheKey = Tuple.Create(
UI\ScriptReference.cs (1)
300Tuple<string, Assembly, CultureInfo> key = Tuple.Create(resourceName, assembly, culture);
System.Xml (12)
System\Xml\Core\XmlTextReaderImplAsync.cs (8)
3674var tuple_18 = await ParsePIValueAsync().ConfigureAwait(false); 3697Tuple<int,int,bool> tuple_19; 3714Tuple<int,int,bool> tuple_20; 3735private async Task< Tuple<int, int, bool> > ParsePIValueAsync() { 3903var tuple_21 = await ParseCDataOrCommentTupleAsync( type).ConfigureAwait(false); 3913Tuple<int, int, bool> tuple_22; 3931Tuple<int,int,bool> tuple_23; 3944private async Task< Tuple<int, int, bool> > ParseCDataOrCommentTupleAsync(XmlNodeType type) {
System\Xml\Core\XsdValidatingReaderAsync.cs (4)
145var tuple_10 = await InternalReadElementContentAsObjectTupleAsync( false).ConfigureAwait(false); 632var tuple_13 = await InternalReadElementContentAsObjectTupleAsync( unwrapTypedValue).ConfigureAwait(false); 638private async Task< Tuple<XmlSchemaType, string, object> > InternalReadElementContentAsObjectTupleAsync(bool unwrapTypedValue) { 639Tuple<XmlSchemaType, string, object> tuple;
XamlBuildTask (7)
Microsoft\Build\Tasks\Xaml\CompilationPass2TaskInternal.cs (1)
152public IList<Tuple<string, string, string>> XamlBuildTaskTypeInspectionExtensionNames
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTaskInternal.cs (1)
260public IList<Tuple<string, string, string>> XamlBuildTaskTypeGenerationExtensionNames
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (5)
632internal static IEnumerable<T> GetXamlBuildTaskExtensions<T>(IList<Tuple<string, string, string>> extensionNames, TaskLoggingHelper logger, string currentProjectDirectory) where T : class 641foreach (Tuple<string, string, string> extensionEntry in extensionNames) 731internal static IList<Tuple<string, string, string>> GetXamlBuildTaskExtensionNames(ITaskItem[] xamlBuildTypeGenerationExtensionsNames) 733List<Tuple<string, string, string>> extensionNames = new List<Tuple<string, string, string>>();