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