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