1 write to _hashAlgorithm
System.Data.Entity (1)
System\Data\Mapping\MetadataMappingHasherVisitor.HashSourceBuilder.cs (1)
106
_hashAlgorithm
= hashAlgorithm;
1 reference to _hashAlgorithm
System.Data.Entity (1)
System\Data\Mapping\MetadataMappingHasherVisitor.HashSourceBuilder.cs (1)
165
byte[] hash =
_hashAlgorithm
.ComputeHash(_cachedBuffer, 0, byteCount);