13 writes to HashAlgorithm
Microsoft.Build (2)
AssemblyNameExtension.cs (1)
157HashAlgorithm = hashAlgorithm,
TranslatorHelpers.cs (1)
352HashAlgorithm = hashAlgorithm,
Microsoft.Build.Engine.UnitTests (1)
BackEnd\BinaryTranslator_Tests.cs (1)
1232HashAlgorithm = System.Configuration.Assemblies.AssemblyHashAlgorithm.SHA256,
Microsoft.Build.Framework (1)
AssemblyUtilities.cs (1)
97name.HashAlgorithm = assemblyNameToClone.HashAlgorithm;
Microsoft.Build.Tasks.Core (2)
AssemblyNameExtension.cs (1)
157HashAlgorithm = hashAlgorithm,
TranslatorHelpers.cs (1)
352HashAlgorithm = hashAlgorithm,
MSBuild (2)
AssemblyNameExtension.cs (1)
157HashAlgorithm = hashAlgorithm,
TranslatorHelpers.cs (1)
352HashAlgorithm = hashAlgorithm,
MSBuildTaskHost (2)
AssemblyNameExtension.cs (1)
157HashAlgorithm = hashAlgorithm,
TranslatorHelpers.cs (1)
352HashAlgorithm = hashAlgorithm,
System.Private.CoreLib (1)
src\System\Reflection\RuntimeAssembly.cs (1)
138an.HashAlgorithm = GetHashAlgorithm();
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.netstandard.cs (1)
30HashAlgorithm = hashAlgorithm,
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\AssemblyNameData.cs (1)
39HashAlgorithm = HashAlgorithm,
13 references to HashAlgorithm
Microsoft.Build (2)
AssemblyNameExtension.cs (1)
966info.AddValue("hashAlg", asAssemblyName.HashAlgorithm);
TranslatorHelpers.cs (1)
323hashAlgorithm = assemblyName.HashAlgorithm;
Microsoft.Build.Engine.UnitTests (2)
BackEnd\BinaryTranslator_Tests.cs (2)
1273actual.HashAlgorithm.ShouldBe(expected.HashAlgorithm);
Microsoft.Build.Framework (1)
AssemblyUtilities.cs (1)
97name.HashAlgorithm = assemblyNameToClone.HashAlgorithm;
Microsoft.Build.Tasks.Core (2)
AssemblyNameExtension.cs (1)
966info.AddValue("hashAlg", asAssemblyName.HashAlgorithm);
TranslatorHelpers.cs (1)
323hashAlgorithm = assemblyName.HashAlgorithm;
MSBuild (2)
AssemblyNameExtension.cs (1)
966info.AddValue("hashAlg", asAssemblyName.HashAlgorithm);
TranslatorHelpers.cs (1)
323hashAlgorithm = assemblyName.HashAlgorithm;
MSBuildTaskHost (2)
AssemblyNameExtension.cs (1)
966info.AddValue("hashAlg", asAssemblyName.HashAlgorithm);
TranslatorHelpers.cs (1)
323hashAlgorithm = assemblyName.HashAlgorithm;
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeAssemblyBuilder.cs (1)
146name.HashAlgorithm,
System.Reflection.Emit (1)
System\Reflection\Emit\PersistedAssemblyBuilder.cs (1)
161hashAlgorithm: (AssemblyHashAlgorithm)_assemblyName.HashAlgorithm