3 references to IsTypeOfTerminal
System.Data.Entity (3)
System\Data\Mapping\FunctionImportMapping.cs (1)
249string isTypeOfDescription = StorageMslConstructs.IsTypeOf + unreachableIsTypeOf.Key.FullName + StorageMslConstructs.IsTypeOfTerminal;
System\Data\Mapping\StorageMappingItemLoader.cs (2)
949if (!name.EndsWith(StorageMslConstructs.IsTypeOfTerminal, StringComparison.Ordinal)) 957entityTypeName = entityTypeName.Substring(0, entityTypeName.Length - StorageMslConstructs.IsTypeOfTerminal.Length).Trim();