4 types derived from Tuple
PresentationFramework (2)
System.Activities.Presentation (1)
System.Data (1)
84 instantiations of Tuple
mscorlib (16)
system\io\textwriter.cs (4)
543Tuple<TextWriter, char> tuple = new Tuple<TextWriter, char>(this, value);
551Tuple<TextWriter, string> tuple = new Tuple<TextWriter, string>(this, value);
575Tuple<TextWriter, char> tuple = new Tuple<TextWriter, char>(this, value);
583Tuple<TextWriter, string> tuple = new Tuple<TextWriter, string>(this, value);
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (9)
36new Tuple<Type, PropertyType>(typeof(Byte), PropertyType.UInt8),
37new Tuple<Type, PropertyType>(typeof(Int16), PropertyType.Int16),
38new Tuple<Type, PropertyType>(typeof(UInt16), PropertyType.UInt16),
39new Tuple<Type, PropertyType>(typeof(Int32), PropertyType.Int32),
40new Tuple<Type, PropertyType>(typeof(UInt32), PropertyType.UInt32),
41new Tuple<Type, PropertyType>(typeof(Int64), PropertyType.Int64),
42new Tuple<Type, PropertyType>(typeof(UInt64), PropertyType.UInt64),
43new Tuple<Type, PropertyType>(typeof(Single), PropertyType.Single),
44new Tuple<Type, PropertyType>(typeof(Double), PropertyType.Double)
PresentationCore (2)
PresentationFramework (5)
System.Activities (2)
System.Activities.DurableInstancing (1)
System.ComponentModel.DataAnnotations (3)
System.Data (2)
System.Data.Entity (7)
System.Runtime.DurableInstancing (1)
System.ServiceModel.Internals (5)
System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (5)
759new Tuple<string, string> (DiagnosticStrings.ExceptionTypeTag, XmlEncode(exception.GetType().AssemblyQualifiedName)),
760new Tuple<string, string> (DiagnosticStrings.MessageTag, XmlEncode(exception.Message)),
761new Tuple<string, string> (DiagnosticStrings.StackTraceTag, XmlEncode(StackTraceString(exception))),
762new Tuple<string, string> (DiagnosticStrings.ExceptionStringTag, XmlEncode(exception.ToString())),
769new Tuple<string, string>(
System.Web (2)
System.Web.Extensions (16)
System.Xml (20)
System\Xml\Core\XmlTextReaderImplAsync.cs (10)
765return new Tuple<int, bool>(entityId, false);
776return new Tuple<int, bool>(entityId, retValue);
3488return new Tuple<int, EntityType>(charRefEndPos, entityType);
3497return new Tuple<int, EntityType>(charRefEndPos, EntityType.CharacterNamed);
3509return new Tuple<int, EntityType>(charRefEndPos, EntityType.Unexpanded);
3523return new Tuple<int, EntityType>(charRefEndPos, EntityType.Skipped);
3541return new Tuple<int, EntityType>(charRefEndPos, entType);
4544return new Tuple<EntityType, int>(entityType, newPos);
4696return new Tuple<int, int>(colonPos, pos);
4706return new Tuple<int, bool>(pos, newDataRead);
System\Xml\Core\XsdValidatingReaderAsync.cs (7)
572tuple = new Tuple<string, object>(originalStringValue, ReturnBoxedValue( attributePSVI.typedAttributeValue, AttributeSchemaInfo.XmlType, unwrapTypedValue ));
578tuple = new Tuple<string, object>(originalStringValue, this.Value);
587tuple = new Tuple<string, object>(originalStringValue, atomicValue);
594tuple = new Tuple<string, object>(originalStringValue, string.Empty);
604tuple = new Tuple<string, object>(originalStringValue, value);
617tuple = new Tuple<string, object>(originalStringValue, originalStringValue);
634return new Tuple<XmlSchemaType, object>(tuple_13.Item1, tuple_13.Item3);
WindowsBase (2)
318 references to Tuple
Microsoft.Activities.Build (3)
mscorlib (47)
system\collections\concurrent\PartitionerStatic.cs (6)
194public static OrderablePartitioner<Tuple<long, long>> Create(long fromInclusive, long toExclusive)
217public static OrderablePartitioner<Tuple<long, long>> Create(long fromInclusive, long toExclusive, long rangeSize)
225private static IEnumerable<Tuple<long, long>> CreateRanges(long fromInclusive, long toExclusive, long rangeSize)
251public static OrderablePartitioner<Tuple<int, int>> Create(int fromInclusive, int toExclusive)
274public static OrderablePartitioner<Tuple<int, int>> Create(int fromInclusive, int toExclusive, int rangeSize)
282private static IEnumerable<Tuple<int, int>> CreateRanges(int fromInclusive, int toExclusive, int rangeSize)
system\io\textwriter.cs (12)
53Tuple<TextWriter, char> tuple = (Tuple<TextWriter, char>)state;
60Tuple<TextWriter, string> tuple = (Tuple<TextWriter, string>)state;
74Tuple<TextWriter, char> tuple = (Tuple<TextWriter, char>)state;
81Tuple<TextWriter, string> tuple = (Tuple<TextWriter, string>)state;
543Tuple<TextWriter, char> tuple = new Tuple<TextWriter, char>(this, value);
551Tuple<TextWriter, string> tuple = new Tuple<TextWriter, string>(this, value);
575Tuple<TextWriter, char> tuple = new Tuple<TextWriter, char>(this, value);
583Tuple<TextWriter, string> tuple = new Tuple<TextWriter, string>(this, value);
PresentationCore (3)
PresentationFramework (16)
System.Activities (7)
System.Activities.DurableInstancing (4)
System.Activities.Presentation (8)
System.ComponentModel.DataAnnotations (7)
DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs (6)
86private static readonly ConcurrentDictionary<Tuple<Type, string>, Attribute[]> _typeMemberCache = new ConcurrentDictionary<Tuple<Type, string>, Attribute[]>();
89private static readonly ConcurrentDictionary<Tuple<Type, Type>, bool> _validatedMetadataTypeCache = new ConcurrentDictionary<Tuple<Type, Type>, bool>();
92Tuple<Type, Type> typeTuple = new Tuple<Type, Type>(type, associatedType);
137var memberTuple = new Tuple<Type, string>(type, memberName);
System.Data (13)
System.Data.Entity (59)
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (8)
23using JoinDictionary = Dictionary<CompositeKey, Tuple<CompositeKey, PropagatorResult>>;
291Tuple<CompositeKey, PropagatorResult> leftInsert = null;
292Tuple<CompositeKey, PropagatorResult> leftDelete = null;
293Tuple<CompositeKey, PropagatorResult> rightInsert = null;
294Tuple<CompositeKey, PropagatorResult> rightDelete = null;
317Action<Tuple<CompositeKey, PropagatorResult>> addStateEntries = (r) =>
392private PropagatorResult CreateResultTuple(Tuple<CompositeKey, PropagatorResult> left, Tuple<CompositeKey, PropagatorResult> right, ChangeNode result)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (6)
100private readonly Dictionary<string, Tuple<Node, bool>> _arguments;
103internal LambdaScope(ITreeGenerator treeGen, Command command, Dictionary<string, Tuple<Node, bool>> args)
876private void EnterLambdaFunction(DbLambda lambda, List<Tuple<Node, bool>> argumentValues, EdmFunction expandingEdmFunction)
880var args = new Dictionary<string, Tuple<Node, bool>>();
882foreach (var argumentValue in argumentValues)
1088var argNodes = new List<Tuple<Node, bool>>(arguments.Count);
System.Data.Entity.Design (3)
System.Data.Services (1)
System.Data.Services.Client (1)
System.Runtime.Caching (2)
System.Runtime.DurableInstancing (3)
System.ServiceModel (7)
System.ServiceModel.Activation (10)
System.ServiceModel.Internals (3)
System.Web (20)
UI\TargetFrameworkUtil.cs (9)
21private ConcurrentDictionary<Tuple<string, int>, FieldInfo> _fields;
22private ConcurrentDictionary<Tuple<string, int>, PropertyInfo> _properties;
35internal ConcurrentDictionary<Tuple<string, int>, FieldInfo> Fields {
38_fields = new ConcurrentDictionary<Tuple<string, int>, FieldInfo>();
43internal ConcurrentDictionary<Tuple<string, int>, PropertyInfo> Properties {
46_properties = new ConcurrentDictionary<Tuple<string, int>, PropertyInfo>();
75private static Tuple<string, int> MakeTuple(string name, BindingFlags bindingAttr) {
183Tuple<string, int> key = MakeTuple(name, bindingAttr);
232Tuple<string, int> key = MakeTuple(name, bindingAttr);
System.Web.Extensions (46)
Handlers\ScriptResourceHandler.cs (24)
162private static Tuple<AssemblyName, String> GetAssemblyInfo(Assembly assembly) {
163Tuple<AssemblyName, String> assemblyInfo =
164(Tuple<AssemblyName, String>)_assemblyInfoCache[assembly];
173private static Tuple<AssemblyName, String> GetAssemblyInfoInternal(Assembly assembly) {
214List<Tuple<Assembly, List<Tuple<string, CultureInfo>>>> assemblyResourceLists,
570new List<Tuple<Assembly, List<Tuple<string, CultureInfo>>>>() {
571new Tuple<Assembly, List<Tuple<string, CultureInfo>>>(
573new List<Tuple<string,CultureInfo>>() {
581List<Tuple<Assembly, List<Tuple<string, CultureInfo>>>> assemblyResourceLists,
589foreach (Tuple<Assembly, List<Tuple<string, CultureInfo>>> assemblyData in assemblyResourceLists) {
602foreach (Tuple<Assembly, List<Tuple<string, CultureInfo>>> assemblyData in assemblyResourceLists) {
604foreach (Tuple<string, CultureInfo> resourceAndCulture in assemblyData.Item2) {
628List<Tuple<Assembly, List<Tuple<string, CultureInfo>>>> assemblyResourceLists,
645var reference = assemblyResourceLists[0];
675foreach (Tuple<Assembly, List<Tuple<string, CultureInfo>>> assemblyData in assemblyResourceLists) {
684Tuple<AssemblyName, String> assemblyInfo = GetAssemblyInfo(assemblyData.Item1);
711foreach (Tuple<string, CultureInfo> resourceAndCulture in assemblyData.Item2) {
UI\CompositeScriptReference.cs (8)
81List<Tuple<Assembly, List<Tuple<string, CultureInfo>>>> resources =
82new List<Tuple<Assembly, List<Tuple<string, CultureInfo>>>>();
83Tuple<Assembly, List<Tuple<string, CultureInfo>>> resourceList = null;
130resourceList = new Tuple<Assembly, List<Tuple<string, CultureInfo>>>(
131cacheAssembly, new List<Tuple<string, CultureInfo>>());
System.Xml (46)
System\Xml\Core\XmlTextReaderImplAsync.cs (23)
698var tuple_1 = await this.ParseNumericCharRefAsync( true, internalSubsetBuilder).ConfigureAwait(false);
756internal async Task< Tuple<int, bool> > DtdParserProxy_PushEntityAsync(IDtdEntityInfo entity) {
1505var tuple_3 = await HandleEntityReferenceAsync(false, EntityExpandType.OnlyGeneral).ConfigureAwait(false);
1778Task< Tuple<int,int> > parseQNameTask = ParseQNameAsync();
1785private Task ParseElementAsync_ContinueWithSetElement(Task<Tuple<int,int>> task) {
1787var tuple_4 = task.Result;
1797private async Task _ParseElementAsync_ContinueWithSetElement(Task<Tuple<int, int>> task) {
1798var tuple_4 = await task.ConfigureAwait(false);
2111var tuple_5 = await ParseQNameAsync().ConfigureAwait(false);
2300var tuple_6 = await ParseQNameAsync().ConfigureAwait(false);
2310var tuple_7 = await ParseQNameAsync().ConfigureAwait(false);
2527var tuple_8 = await HandleEntityReferenceAsync( true, EntityExpandType.All).ConfigureAwait(false);
3153var tuple_14 = await HandleEntityReferenceAsync(false, EntityExpandType.All).ConfigureAwait(false);
3466private async Task< Tuple<int, EntityType> > HandleEntityReferenceAsync(bool isInAttributeValue, EntityExpandType expandType) {
3481var tuple_17 = await ParseNumericCharRefAsync( expandType != EntityExpandType.OnlyGeneral, null).ConfigureAwait(false);
4164var tuple_24 = await ParseQNameAsync().ConfigureAwait(false);
4525private async Task< Tuple<EntityType, int> > ParseNumericCharRefAsync(bool expand, BufferBuilder internalSubsetBuilder) {
4580var tuple_25 = await ParseQNameAsync( false, 0).ConfigureAwait(false);
4585private Task< Tuple<int, int> > ParseQNameAsync() {
4591private async Task< Tuple<int, int> > ParseQNameAsync(bool isQName, int startOffset) {
4628var tuple_27 = await ReadDataInNameAsync(pos).ConfigureAwait(false);
4682var tuple_28 = await ReadDataInNameAsync(pos).ConfigureAwait(false);
4700private async Task< Tuple<int, bool> > ReadDataInNameAsync(int pos) {
System\Xml\Serialization\CodeGenerator.cs (5)
54Dictionary<Tuple<Type, string>, Queue<LocalBuilder>> freeLocals;
99this.freeLocals = new Dictionary<Tuple<Type, string>, Queue<LocalBuilder>>();
233Tuple<Type, string> key = new Tuple<Type, string>(type, name);
2572public void AddToFreeLocals(Dictionary<Tuple<Type, string>, Queue<LocalBuilder>> freeLocals) {
2574Tuple<Type, string> key = new Tuple<Type, string>(item.Value.LocalType, item.Key);
WindowsBase (6)
XamlBuildTask (3)