13 references to IntegerType
System.Data.Entity (13)
System\Data\Query\InternalTrees\Command.cs (1)
646
return 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)
230
Var outputBranchDiscriminatorVar = m_command.CreateSetOpVar(m_command.
IntegerType
);
319
m_command.CreateConstantOp(m_command.
IntegerType
, m_command.NextBranchDiscriminatorValue)), out branchDiscriminatorVar));
System\Data\Query\PlanCompiler\NestPullup.cs (1)
2433
return AugmentNodeWithConstant(input, () => Command.CreateInternalConstantOp(Command.
IntegerType
, value), out internalConstantVar);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2004
md.TypeUsage integerType = this.m_command.
IntegerType
;
System\Data\Query\PlanCompiler\Normalizer.cs (1)
103
m_command.CreateNode(m_command.CreateInternalConstantOp(m_command.
IntegerType
, 1)),
System\Data\Query\PlanCompiler\PreProcessor.cs (2)
1990
Node discriminatorNode = m_command.CreateNode(m_command.CreateInternalConstantOp(m_command.
IntegerType
, i));
2011
m_command.CreateConstantOp(m_command.
IntegerType
, i)));
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (1)
173
m_intType = itree.
IntegerType
;
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
2750
nullSentinelDefinitionOp = command.CreateInternalConstantOp(command.
IntegerType
, 1);