13 references to IntegerType
System.Data.Entity (13)
System\Data\Query\InternalTrees\Command.cs (1)
646return new NullSentinelOp(this.IntegerType, 1);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (3)
1389_iqtCommand.CreateNode(_iqtCommand.CreateNullOp(_iqtCommand.IntegerType)), 1407_iqtCommand.CreateNode(_iqtCommand.CreateNullOp(_iqtCommand.IntegerType)), 2916_iqtCommand.CreateNode(_iqtCommand.CreateNullOp(_iqtCommand.IntegerType))
System\Data\Query\PlanCompiler\KeyPullup.cs (2)
230Var outputBranchDiscriminatorVar = m_command.CreateSetOpVar(m_command.IntegerType); 319m_command.CreateConstantOp(m_command.IntegerType, m_command.NextBranchDiscriminatorValue)), out branchDiscriminatorVar));
System\Data\Query\PlanCompiler\NestPullup.cs (1)
2433return AugmentNodeWithConstant(input, () => Command.CreateInternalConstantOp(Command.IntegerType, value), out internalConstantVar);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2004md.TypeUsage integerType = this.m_command.IntegerType;
System\Data\Query\PlanCompiler\Normalizer.cs (1)
103m_command.CreateNode(m_command.CreateInternalConstantOp(m_command.IntegerType, 1)),
System\Data\Query\PlanCompiler\PreProcessor.cs (2)
1990Node discriminatorNode = m_command.CreateNode(m_command.CreateInternalConstantOp(m_command.IntegerType, i)); 2011m_command.CreateConstantOp(m_command.IntegerType, i)));
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (1)
173m_intType = itree.IntegerType;
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
2750nullSentinelDefinitionOp = command.CreateInternalConstantOp(command.IntegerType, 1);