2 references to ToHexString
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\PreferConvertToHexStringOverBitConverter.cs (2)
29private const string ToHexString = nameof(ToHexString); 151var convertToHexStringMethods = convertType.GetMembers(ToHexString)