2 references to hexDigits
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (2)
4392
writer.Write(
hexDigits
[b >> 4]);
4393
writer.Write(
hexDigits
[b & 0xF]);