2 writes to m_fields
System.Data.Entity (2)
System\Data\Query\InternalTrees\ScalarOps.cs (2)
1161m_fields = new List<EdmProperty>(TypeHelpers.GetEdmType<RowType>(type).Properties); 1180m_fields = fields;
3 references to m_fields
System.Data.Entity (3)
System\Data\Query\InternalTrees\ScalarOps.cs (3)
1206for (int i = 0; i < m_fields.Count; i++) 1208if (m_fields[i] == field) 1220internal List<EdmProperty> Properties { get { return m_fields; } }