1 write to _hashAlgorithmNameOpt
Microsoft.CodeAnalysis (1)
NativePdbWriter\PdbWriter.cs (1)
48_hashAlgorithmNameOpt = hashAlgorithmNameOpt;
2 references to _hashAlgorithmNameOpt
Microsoft.CodeAnalysis (2)
NativePdbWriter\PdbWriter.cs (2)
42private bool IsDeterministic { get => _hashAlgorithmNameOpt.Name != null; } 568contentId = BlobContentId.FromHash(CryptographicHashProvider.ComputeHash(_hashAlgorithmNameOpt, _symWriter.GetUnderlyingData()));