6 references to ToHexStringLower
Microsoft.AspNetCore.Antiforgery (1)
Internal\BinaryBlob.cs (1)
46
private string DebuggerString => $"0x{Convert.
ToHexStringLower
(_data)}";
Microsoft.AspNetCore.Authentication.Facebook (1)
FacebookHandler.cs (1)
72
return Convert.
ToHexStringLower
(hash);
Microsoft.AspNetCore.Mvc.Views.TestCommon (2)
TestRazorCompiledItem.cs (2)
50
return Convert.
ToHexStringLower
(bytes);
56
return Convert.
ToHexStringLower
(bytes);
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\VirtualProjectXmlProvider.cs (1)
117
return Convert.
ToHexStringLower
(hash);
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\SignedXmlDebugLog.cs (1)
201
return Convert.
ToHexStringLower
(bytes);