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