9 references to Create
ILCompiler.ReadyToRun (1)
Compiler\CryptographicHashProvider.cs (1)
144return SHA384.Create();
Microsoft.Build.Tasks.Core (1)
FileIO\GetFileHash.cs (1)
31["SHA384"] = SHA384.Create,
Microsoft.CodeAnalysis (3)
CryptographicHashProvider.cs (2)
98return SHA384.Create(); 143return SHA384.Create();
Text\SourceHashAlgorithms.cs (1)
64SourceHashAlgorithm.Sha384 => SHA384.Create(),
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Compilers\Core\Portable\Text\SourceHashAlgorithms.cs (1)
64SourceHashAlgorithm.Sha384 => SHA384.Create(),
NuGet.Common (1)
CryptoHashUtility.cs (1)
197return SHA384.Create();
System.Security.Cryptography (1)
System\Security\Cryptography\CapiHelper.Windows.cs (1)
1110CapiHelper.CALG_SHA_384 => SHA384.Create(),
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\RSAPKCS1SHA384SignatureDescription.cs (1)
18return SHA384.Create();