3 writes to s_hashAlgorithm
PresentationBuildTasks (3)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (3)
305
s_hashAlgorithm
= null;
636
s_hashAlgorithm
= new SHA1CryptoServiceProvider();
645
s_hashAlgorithm
= new SHA256CryptoServiceProvider();
4 references to s_hashAlgorithm
PresentationBuildTasks (4)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (4)
302
if (
s_hashAlgorithm
!= null)
304
s_hashAlgorithm
.Clear();
634
if (
s_hashAlgorithm
== null)
643
if (
s_hashAlgorithm
== null)