3 instantiations of FunctionImportStructuralTypeMappingKB
System.Data.Entity (3)
System\Data\Mapping\FunctionImportMappingNonComposable.cs (2)
42new FunctionImportStructuralTypeMappingKB(new List<FunctionImportStructuralTypeMapping>(), itemCollection) }); 50.Select((structuralTypeMappings) => new FunctionImportStructuralTypeMappingKB(
System\Data\Mapping\StorageMappingItemLoader.cs (1)
2124var functionImportKB = new FunctionImportStructuralTypeMappingKB(typeMappings, this.EdmItemCollection);
14 references to FunctionImportStructuralTypeMappingKB
System.Data.Entity (14)
System\Data\Mapping\FunctionImportMapping.cs (1)
517internal FunctionImportNormalizedEntityTypeMapping(FunctionImportStructuralTypeMappingKB parent,
System\Data\Mapping\FunctionImportMappingNonComposable.cs (8)
40this.ResultMappings = new OM.ReadOnlyCollection<FunctionImportStructuralTypeMappingKB>( 41new FunctionImportStructuralTypeMappingKB[] { 48this.ResultMappings = new OM.ReadOnlyCollection<FunctionImportStructuralTypeMappingKB>( 63internal readonly OM.ReadOnlyCollection<FunctionImportStructuralTypeMappingKB> ResultMappings; 69internal FunctionImportStructuralTypeMappingKB GetResultMapping(int resultSetIndex) 92FunctionImportStructuralTypeMappingKB resultMapping = this.GetResultMapping(resultSetIndex); 102FunctionImportStructuralTypeMappingKB resultMapping = this.GetResultMapping(resultSetIndex); 174FunctionImportStructuralTypeMappingKB resultMapping = this.GetResultMapping(resultSetIndex);
System\Data\Mapping\StorageMappingItemLoader.cs (4)
1659foreach (FunctionImportStructuralTypeMappingKB resultMapping in mapping.ResultMappings) 2124var functionImportKB = new FunctionImportStructuralTypeMappingKB(typeMappings, this.EdmItemCollection); 2353FunctionImportStructuralTypeMappingKB functionImportKB, 2443FunctionImportStructuralTypeMappingKB functionImportKB,
System\Data\Query\InternalTrees\ColumnMapFactory.cs (1)
35FunctionImportStructuralTypeMappingKB resultMapping = mapping.GetResultMapping(resultSetIndex);