9 instantiations of LineInfo
System.Data.Entity (9)
System\Data\Mapping\FunctionImportMapping.cs (1)
737
internal static readonly LineInfo Empty = new
LineInfo
();
System\Data\Mapping\StorageMappingItemLoader.cs (8)
1917
var lineInfo = new
LineInfo
(nav);
1968
var lineInfo = new
LineInfo
(nav);
2050
var lineInfo = new
LineInfo
(nav);
2110
new
LineInfo
(lineInfo)));
2118
new
LineInfo
(lineInfo)));
2192
new
LineInfo
(lineInfo));
2297
new
LineInfo
(lineInfo));
2318
var lineInfo = new
LineInfo
(nav);
34 references to LineInfo
System.Data.Entity (34)
System\Data\Mapping\FunctionImportMapping.cs (19)
90
m_entityTypeLineInfos = new KeyToListMap<EntityType,
LineInfo
>(EqualityComparer<EntityType>.Default);
91
m_isTypeOfLineInfos = new KeyToListMap<EntityType,
LineInfo
>(EqualityComparer<EntityType>.Default);
198
private readonly KeyToListMap<EntityType,
LineInfo
> m_entityTypeLineInfos;
199
private readonly KeyToListMap<EntityType,
LineInfo
> m_isTypeOfLineInfos;
226
KeyToListMap<EntityType,
LineInfo
> unreachableEntityTypes;
227
KeyToListMap<EntityType,
LineInfo
> unreachableIsTypeOfs;
233
var
lineInfo = unreachableEntityType.Value.First();
247
var
lineInfo = unreachableIsTypeOf.Value.First();
275
out KeyToListMap<EntityType,
LineInfo
> unreachableEntityTypes,
276
out KeyToListMap<EntityType,
LineInfo
> unreachableIsTypeOfs)
479
private void CollectUnreachableTypes(Set<EntityType> reachableTypes, out KeyToListMap<EntityType,
LineInfo
> entityTypes, out KeyToListMap<EntityType,
LineInfo
> isTypeOfEntityTypes)
482
entityTypes = new KeyToListMap<EntityType,
LineInfo
>(EqualityComparer<EntityType>.Default);
483
isTypeOfEntityTypes = new KeyToListMap<EntityType,
LineInfo
>(EqualityComparer<EntityType>.Default);
561
protected FunctionImportEntityTypeMappingCondition(string columnName,
LineInfo
lineInfo)
568
internal readonly
LineInfo
LineInfo;
582
internal FunctionImportEntityTypeMappingConditionValue(string columnName, XPathNavigator columnValue,
LineInfo
lineInfo)
652
internal FunctionImportEntityTypeMappingConditionIsNull(string columnName, bool isNull,
LineInfo
lineInfo)
737
internal static readonly
LineInfo
Empty = new LineInfo();
System\Data\Mapping\FunctionImportMapping.ReturnTypeRenameMapping.cs (9)
24
internal readonly
LineInfo
LineInfo;
27
internal FunctionImportStructuralTypeMapping(Collection<FunctionImportReturnTypePropertyMapping> columnsRenameList,
LineInfo
lineInfo)
39
LineInfo
lineInfo)
76
internal FunctionImportComplexTypeMapping(ComplexType returnType, Collection<FunctionImportReturnTypePropertyMapping> columnsRenameList,
LineInfo
lineInfo)
87
internal readonly
LineInfo
LineInfo;
89
internal FunctionImportReturnTypePropertyMapping(string cMember, string sColumn,
LineInfo
lineInfo)
99
internal FunctionImportReturnTypeScalarPropertyMapping(string cMember, string sColumn,
LineInfo
lineInfo)
165
internal readonly
LineInfo
LineInfo;
167
internal FunctionImportReturnTypeStructuralTypeColumn(string columnName, StructuralType type, bool isTypeOf,
LineInfo
lineInfo)
System\Data\Mapping\FunctionImportMappingComposable.cs (2)
37
LineInfo
lineInfo)
84
private readonly
LineInfo
m_lineInfo;
System\Data\Mapping\StorageMappingItemLoader.cs (4)
1917
var
lineInfo = new LineInfo(nav);
1968
var
lineInfo = new LineInfo(nav);
2050
var
lineInfo = new LineInfo(nav);
2318
var
lineInfo = new LineInfo(nav);