11 references to Create
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (1)
404return Tuple.Create(reason, results, exception);
System.Data.Entity (7)
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (1)
171principalSetsAndDependentTypes.Add(Tuple.Create(requiredSourceNavType, principalSetEnd, fkConstraint));
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
172aliasedNamespaceImports.Add(Tuple.Create(alias, (MetadataNamespace)metadataMember, namespaceImport.ErrCtx));
System\Data\Common\Internal\Materialization\Shaper.cs (1)
454var relatedEndKey = Tuple.Create<string, string, string>(entitySet.Identity, associationType.Identity, sourceEndName);
System\Data\Mapping\StorageMappingItemLoader.cs (2)
2149structuralTypeMappings.Add(Tuple.Create((StructuralType)functionImportKB.MappedEntityTypes[i], typeConditions, propertyMappings)); 2177structuralTypeMappings.Add(Tuple.Create((StructuralType)resultComplexType, new List<StorageConditionPropertyMapping>(), propertyMappings));
System\Data\Mapping\Update\Internal\KeyManager.cs (1)
132var position = Tuple.Create(entityKey, member, currentValues);
System\Data\Query\InternalTrees\ColumnMapFactory.cs (1)
158memberInfo.Add(Tuple.Create(
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);