2 writes to m_MappingVersion
System.Data.Entity (2)
System\Data\Mapping\MetadataMappingHasherVisitor.cs (2)
35m_MappingVersion = mappingVersion; 46this.m_MappingVersion = storageEntityContainerMapping.StorageMappingItemCollection.MappingVersion;
5 references to m_MappingVersion
System.Data.Entity (5)
System\Data\Mapping\MetadataMappingHasherVisitor.cs (5)
36this.m_hashSourceBuilder = new CompressingHashBuilder(MetadataHelper.CreateMetadataHashAlgorithm(m_MappingVersion)); 45Debug.Assert(m_MappingVersion == storageEntityContainerMapping.StorageMappingItemCollection.MappingVersion, "the original version and the mapping collection version are not the same"); 73this.AddV2ObjectContentToHashBuilder(storageEntityContainerMapping.GenerateUpdateViews, this.m_MappingVersion); 152this.AddV2ObjectContentToHashBuilder(storageMappingFragment.IsSQueryDistinct, this.m_MappingVersion); 722this.m_hashSourceBuilder = new CompressingHashBuilder(MetadataHelper.CreateMetadataHashAlgorithm(m_MappingVersion));