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