1 write to m_suppressions
System.Data.Entity (1)
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
405
m_suppressions
= new Dictionary<Node, Node>();
2 references to m_suppressions
System.Data.Entity (2)
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
360
m_suppressions
[n] = n;
370
return
m_suppressions
.ContainsKey(n);