1 write to _hashAlgorithm
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
191_hashAlgorithm = SHA512.Create();
3 references to _hashAlgorithm
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (3)
189if (_hashAlgorithm == null) 195_hashAlgorithm.Initialize(); 198return _hashAlgorithm;