5 references to ExtentList
System.Data.Entity (5)
System\Data\SqlClient\SqlGen\JoinSymbol.cs (1)
97
this.
ExtentList
.Add(symbol);
System\Data\SqlClient\SqlGen\SqlGenerator.cs (4)
2516
JoinSymbol newJoinSymbol = new JoinSymbol(e.Input.VariableName, e.Input.VariableType, oldJoinSymbol.
ExtentList
);
3174
JoinSymbol newJoinSymbol = new JoinSymbol(input.VariableName, input.VariableType, oldJoinSymbol.
ExtentList
);
3400
foreach (Symbol sym in joinSymbol.
ExtentList
)
3768
JoinSymbol newJoinSymbol = new JoinSymbol(inputVarName, inputVarType, oldJoinSymbol.
ExtentList
);