12 references to IsSequenceType
System.Data.Linq (12)
Mapping\AttributedMetaModel.cs (1)
1329this.isMany = TypeSystem.IsSequenceType(this.thisMember.Type);
Mapping\MappedMetaModel.cs (1)
1238this.isMany = TypeSystem.IsSequenceType(this.thisMember.Type);
SqlClient\Common\SqlNode.cs (1)
596if (TypeSystem.IsSequenceType(exp.ClrType))
SqlClient\Query\QueryConverter.cs (4)
754else if (TypeSystem.IsSequenceType(nnFromType) || TypeSystem.IsSequenceType(nnToType)) { 975if (TypeSystem.IsSequenceType(selection.ClrType) && !selection.SqlType.CanBeColumn) { 1867if (ma.Member.Name == "Count" && TypeSystem.IsSequenceType(ma.Expression.Type)) {
SqlClient\Query\SqlBinder.cs (3)
356if (TypeSystem.IsSequenceType(bo.Left.ClrType)) { 359if (TypeSystem.IsSequenceType(bo.Right.ClrType)) { 1462if (!TypeSystem.IsSequenceType(expr.ClrType)) {
SqlClient\Query\SqlFlattener.cs (1)
176if (TypeSystem.IsSequenceType(gex.ClrType)) {
SqlClient\Query\Translator.cs (1)
231if (exp.Type != m.Expression.Type && m.Member.Name == "Count" && TypeSystem.IsSequenceType(exp.Type)) {