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