1 write to m_varList
System.Data.Entity (1)
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (1)
57
m_varList
= varInfo.NewVars.GetEnumerator();
2 references to m_varList
System.Data.Entity (2)
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (2)
79
if (
m_varList
.MoveNext())
81
return
m_varList
.Current;