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