16 references to UnsafeDecode
dotnet-svcutil-lib (16)
FrameworkFork\System.Runtime.Serialization\System\Xml\UniqueId.cs (16)
235i = UnsafeDecode(_char2val, chars[15], chars[16]); bytes[0] = (byte)i; j |= i; 236i = UnsafeDecode(_char2val, chars[13], chars[14]); bytes[1] = (byte)i; j |= i; 237i = UnsafeDecode(_char2val, chars[11], chars[12]); bytes[2] = (byte)i; j |= i; 238i = UnsafeDecode(_char2val, chars[9], chars[10]); bytes[3] = (byte)i; j |= i; 239i = UnsafeDecode(_char2val, chars[20], chars[21]); bytes[4] = (byte)i; j |= i; 240i = UnsafeDecode(_char2val, chars[18], chars[19]); bytes[5] = (byte)i; j |= i; 241i = UnsafeDecode(_char2val, chars[25], chars[26]); bytes[6] = (byte)i; j |= i; 242i = UnsafeDecode(_char2val, chars[23], chars[24]); bytes[7] = (byte)i; j |= i; 243i = UnsafeDecode(_char2val, chars[28], chars[29]); bytes[8] = (byte)i; j |= i; 244i = UnsafeDecode(_char2val, chars[30], chars[31]); bytes[9] = (byte)i; j |= i; 245i = UnsafeDecode(_char2val, chars[33], chars[34]); bytes[10] = (byte)i; j |= i; 246i = UnsafeDecode(_char2val, chars[35], chars[36]); bytes[11] = (byte)i; j |= i; 247i = UnsafeDecode(_char2val, chars[37], chars[38]); bytes[12] = (byte)i; j |= i; 248i = UnsafeDecode(_char2val, chars[39], chars[40]); bytes[13] = (byte)i; j |= i; 249i = UnsafeDecode(_char2val, chars[41], chars[42]); bytes[14] = (byte)i; j |= i; 250i = UnsafeDecode(_char2val, chars[43], chars[44]); bytes[15] = (byte)i; j |= i;