5 references to HexUtilities
Microsoft.CodeAnalysis (4)
CodeGen\PrivateImplementationDetails.cs (3)
517return HexUtilities.ToHexString(hash.AsSpan()); 530return HexUtilities.ToHexString(hash); 536return HexUtilities.ToHexString(hash.AsSpan());
DiagnosticAnalyzer\ShadowCopyAnalyzerPathResolver.cs (1)
454return HexUtilities.ToHexStringLower(hash);
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol_Extension.cs (1)
1168return HexUtilities.ToHexString(hash);