6 references to IsTypeOf
System.Data.Entity (6)
System\Data\Mapping\FunctionImportMapping.cs (1)
249
string isTypeOfDescription = StorageMslConstructs.
IsTypeOf
+ unreachableIsTypeOf.Key.FullName + StorageMslConstructs.IsTypeOfTerminal;
System\Data\Mapping\StorageMappingItemLoader.cs (5)
944
bool isTypeOf = name.StartsWith(StorageMslConstructs.
IsTypeOf
, StringComparison.Ordinal);
956
entityTypeName = name.Substring(StorageMslConstructs.
IsTypeOf
.Length);
3041
int isTypeOfIndex = currentTypeName.IndexOf(StorageMslConstructs.
IsTypeOf
, StringComparison.Ordinal);
3044
currentTypeName = currentTypeName.Substring(StorageMslConstructs.
IsTypeOf
.Length, (currentTypeName.Length - (StorageMslConstructs.
IsTypeOf
.Length + 1)));