12 references to HexsToChars
mscorlib (12)
system\guid.cs (12)
1256offset = HexsToChars(guidChars, offset, _a >> 24, _a >> 16); 1257offset = HexsToChars(guidChars, offset, _a >> 8, _a); 1261offset = HexsToChars(guidChars, offset, _b >> 8, _b); 1265offset = HexsToChars(guidChars, offset, _c >> 8, _c); 1279offset = HexsToChars(guidChars, offset, _a >> 24, _a >> 16); 1280offset = HexsToChars(guidChars, offset, _a >> 8, _a); 1282offset = HexsToChars(guidChars, offset, _b >> 8, _b); 1284offset = HexsToChars(guidChars, offset, _c >> 8, _c); 1286offset = HexsToChars(guidChars, offset, _d, _e); 1288offset = HexsToChars(guidChars, offset, _f, _g); 1289offset = HexsToChars(guidChars, offset, _h, _i); 1290offset = HexsToChars(guidChars, offset, _j, _k);