2 references to hexDigits
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs (2)
2709
writer.Append(
hexDigits
[b >> 4]);
2710
writer.Append(
hexDigits
[b & 0xF]);