5 references to Create
Microsoft.CodeAnalysis (1)
CryptographicHashProvider.cs (1)
132return MD5.Create();
Microsoft.DotNet.Build.Tasks.Feed (2)
src\AzureStorageExtensions.cs (1)
19using var md5 = MD5.Create(); // lgtm [cs/weak-crypto] Azure Storage specifies use of MD5
src\common\AzureStorageUtils.cs (1)
88using (var md5 = MD5.Create()) // lgtm [cs/weak-crypto] Azure Storage specifies use of MD5
Microsoft.DotNet.Build.Tasks.Installers (1)
src\CreateMD5SumsFile.cs (1)
37using MD5 md5 = MD5.Create();
PresentationBuildTasks (1)
MS\Internal\Tasks\TaskFileService.cs (1)
193hashAlgorithm = MD5.Create();