3 references to CreateStructuredVarInfo
System.Data.Entity (3)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
886m_varInfoMap.CreateStructuredVarInfo(v, typeInfo.FlattenedType, newVars, newProps, hasNullSentinelVar); 1674VarInfo varInfo = m_varInfoMap.CreateStructuredVarInfo(v, typeInfo.FlattenedType, newVars, newProps, hasNullSentinelVar);
System\Data\Query\PlanCompiler\VarInfo.cs (1)
291return CreateStructuredVarInfo(v, newType, newVars, newProperties, false);