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