2 references to _hashEncodingHex
Microsoft.Build.Tasks.Core (2)
FileIO\GetFileHash.cs (1)
53
public string HashEncoding { get; set; } =
_hashEncodingHex
;
FileIO\VerifyFileHash.cs (1)
33
public string HashEncoding { get; set; } = GetFileHash.
_hashEncodingHex
;