3 writes to m_allowCurrentVersion
System.Data.Entity (3)
System\Data\Mapping\StorageMappingItemLoader.cs (3)
3773
m_allowCurrentVersion
= allowCurrentVersion;
3797
m_allowCurrentVersion
= true;
3802
m_allowCurrentVersion
= false;
2 references to m_allowCurrentVersion
System.Data.Entity (2)
System\Data\Mapping\StorageMappingItemLoader.cs (2)
4179
else if (!
m_allowCurrentVersion
)
4199
if (isCurrent && !
m_allowCurrentVersion
)