Home
last modified time | relevance | path

Searched refs:PredictTypeForBinary (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Linq/SqlClient/Common/
H A DTypeSystemProvider.cs19 …internal abstract ProviderType PredictTypeForBinary(SqlNodeType binaryOp, ProviderType leftType, P… in PredictTypeForBinary() method in System.Data.Linq.SqlClient.TypeSystemProvider
H A DSqlFactory.cs395 …ProviderType resultType = this.typeProvider.PredictTypeForBinary(nodeType, left.SqlType, right.Sql… in Binary()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Linq/SqlClient/Query/
H A DSqlRetyper.cs86 … bo.SetSqlType(typeProvider.PredictTypeForBinary(bo.NodeType, left.SqlType, right.SqlType)); in VisitBinaryOperator()
123 … : this.typeProvider.PredictTypeForBinary(SqlNodeType.EQ, value.SqlType, valueType); in VisitIn()
132 …ProviderType providerType = this.typeProvider.PredictTypeForBinary(SqlNodeType.EQ, test.SqlType, v… in VisitIn()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Linq/SqlClient/
H A DSqlTypeSystemProvider.cs1089 …internal override ProviderType PredictTypeForBinary(SqlNodeType binaryOp, ProviderType leftType, P… in PredictTypeForBinary() method in System.Data.Linq.SqlClient.SqlTypeSystem.ProviderBase
1272 return PredictTypeForBinary(SqlNodeType.Concat, in ReturnTypeOfFunction()