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