6 references to GetProperties
System.Data.Entity (6)
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (1)
2784IList<EdmProperty> properties = TypeHelpers.GetProperties(resultType);
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
766IList<EdmProperty> properties = TypeHelpers.GetProperties(e.ResultType);
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (1)
413md.ReadOnlyMetadataCollection<md.EdmProperty> properties = TypeHelpers.GetProperties(typeInfo.Type);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2771IList<EdmProperty> properties = TypeHelpers.GetProperties(input.Op.Type);
System\Data\SqlClient\SqlGen\Sql8ExpressionRewriter.cs (1)
300IList<EdmProperty> properties = TypeHelpers.GetProperties(input.ResultType);
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
3486foreach (EdmProperty property in TypeHelpers.GetProperties(symbol.Type))