2 references to HashToHex
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\ShadowCopyAnalyzerPathResolver.cs (2)
249
using var cacheMutex = new Mutex(initiallyOwned: false, name: $"RoslynShadowCopyCache-{
HashToHex
(cacheDirectory)}");
460
var hexHash =
HashToHex
(originalPath);