32 references to DecodeByte
System.Private.CoreLib (32)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Guid.cs (32)
532bytes[0] = DecodeByte(guidString[6], guidString[7], ref invalidIfNegative); 533bytes[1] = DecodeByte(guidString[4], guidString[5], ref invalidIfNegative); 534bytes[2] = DecodeByte(guidString[2], guidString[3], ref invalidIfNegative); 535bytes[3] = DecodeByte(guidString[0], guidString[1], ref invalidIfNegative); 536bytes[4] = DecodeByte(guidString[11], guidString[12], ref invalidIfNegative); 537bytes[5] = DecodeByte(guidString[9], guidString[10], ref invalidIfNegative); 538bytes[6] = DecodeByte(guidString[16], guidString[17], ref invalidIfNegative); 539bytes[7] = DecodeByte(guidString[14], guidString[15], ref invalidIfNegative); 540bytes[8] = DecodeByte(guidString[19], guidString[20], ref invalidIfNegative); 541bytes[9] = DecodeByte(guidString[21], guidString[22], ref invalidIfNegative); 542bytes[10] = DecodeByte(guidString[24], guidString[25], ref invalidIfNegative); 543bytes[11] = DecodeByte(guidString[26], guidString[27], ref invalidIfNegative); 544bytes[12] = DecodeByte(guidString[28], guidString[29], ref invalidIfNegative); 545bytes[13] = DecodeByte(guidString[30], guidString[31], ref invalidIfNegative); 546bytes[14] = DecodeByte(guidString[32], guidString[33], ref invalidIfNegative); 547bytes[15] = DecodeByte(guidString[34], guidString[35], ref invalidIfNegative); 620bytes[0] = DecodeByte(guidString[6], guidString[7], ref invalidIfNegative); 621bytes[1] = DecodeByte(guidString[4], guidString[5], ref invalidIfNegative); 622bytes[2] = DecodeByte(guidString[2], guidString[3], ref invalidIfNegative); 623bytes[3] = DecodeByte(guidString[0], guidString[1], ref invalidIfNegative); 624bytes[4] = DecodeByte(guidString[10], guidString[11], ref invalidIfNegative); 625bytes[5] = DecodeByte(guidString[8], guidString[9], ref invalidIfNegative); 626bytes[6] = DecodeByte(guidString[14], guidString[15], ref invalidIfNegative); 627bytes[7] = DecodeByte(guidString[12], guidString[13], ref invalidIfNegative); 628bytes[8] = DecodeByte(guidString[16], guidString[17], ref invalidIfNegative); 629bytes[9] = DecodeByte(guidString[18], guidString[19], ref invalidIfNegative); 630bytes[10] = DecodeByte(guidString[20], guidString[21], ref invalidIfNegative); 631bytes[11] = DecodeByte(guidString[22], guidString[23], ref invalidIfNegative); 632bytes[12] = DecodeByte(guidString[24], guidString[25], ref invalidIfNegative); 633bytes[13] = DecodeByte(guidString[26], guidString[27], ref invalidIfNegative); 634bytes[14] = DecodeByte(guidString[28], guidString[29], ref invalidIfNegative); 635bytes[15] = DecodeByte(guidString[30], guidString[31], ref invalidIfNegative);