Home
last modified time | relevance | path

Searched refs:m_entityTypeLineInfos (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/
H A DFunctionImportMapping.cs90m_entityTypeLineInfos = new KeyToListMap<EntityType, LineInfo>(EqualityComparer<EntityType>.Defaul… in FunctionImportStructuralTypeMappingKB()
98 m_entityTypeLineInfos.Add(entityType, entityTypeMapping.LineInfo); in FunctionImportStructuralTypeMappingKB()
198 private readonly KeyToListMap<EntityType, LineInfo> m_entityTypeLineInfos; field in System.Data.Mapping.FunctionImportStructuralTypeMappingKB
505 foreach (var entityType in m_entityTypeLineInfos.Keys) in CollectUnreachableTypes()
509 … entityTypes.AddRange(entityType, m_entityTypeLineInfos.EnumerateValues(entityType)); in CollectUnreachableTypes()