2 writes to hashAlgorithm
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\DuplicateMessageDetector.cs (2)
26
this.
hashAlgorithm
= HashAlgorithm.Create();
97
this.
hashAlgorithm
= null;
2 references to hashAlgorithm
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\DuplicateMessageDetector.cs (2)
47
hash = this.
hashAlgorithm
.ComputeHash(msgBytes.Array, msgBytes.Offset, msgBytes.Count);
96
this.
hashAlgorithm
.Clear();