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