1 write to _hashAlgorithm
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
183_hashAlgorithm = SHA512.Create();
3 references to _hashAlgorithm
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
181if (_hashAlgorithm == null) 187_hashAlgorithm.Initialize(); 190return _hashAlgorithm;