1 write to m_isSqlCe
System.Data.Entity (1)
System\Data\Query\PlanCompiler\JoinElimination.cs (1)
147m_isSqlCe = sspace.StoreProviderManifest.NamespaceName == JoinElimination.SqlServerCeNamespaceName;
3 references to m_isSqlCe
System.Data.Entity (3)
System\Data\Query\PlanCompiler\JoinElimination.cs (3)
140if (!m_isSqlCe.HasValue) 151return m_isSqlCe.HasValue ? m_isSqlCe.Value : false;