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