5 references to GetCanonicalModelTypeUsage
System.Data.Entity (5)
System\Data\Common\EntitySql\TypeResolver.cs (3)
222get { return _perspective.MetadataWorkspace.GetCanonicalModelTypeUsage(PrimitiveTypeKind.String); } 230get { return _perspective.MetadataWorkspace.GetCanonicalModelTypeUsage(PrimitiveTypeKind.Boolean); } 238get { return _perspective.MetadataWorkspace.GetCanonicalModelTypeUsage(PrimitiveTypeKind.Int64); }
System\Data\Metadata\ModelPerspective.cs (1)
49typeUsage = this.MetadataWorkspace.GetCanonicalModelTypeUsage(((PrimitiveType)edmType).PrimitiveTypeKind);
System\Data\Query\InternalTrees\Command.cs (1)
155type = m_metadataWorkspace.GetCanonicalModelTypeUsage(modelType);