2 references to s_hexDigits
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\BinHexEncoder.cs (2)
79outArray[curOffsetOut++] = s_hexDigits[b >> 4]; 84outArray[curOffsetOut++] = s_hexDigits[b & 0xF];