4 references to ReadHexDigit
Microsoft.Analyzers.Local (4)
ApiLifecycle\Json\JsonReader.cs (4)
250
value +=
ReadHexDigit
() * 4096; // 16^3
251
value +=
ReadHexDigit
() * 256; // 16^2
252
value +=
ReadHexDigit
() * 16; // 16^1
253
value +=
ReadHexDigit
(); // 16^0