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