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