src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Guid.cs (2)
99value = new Guid((int)i1, (short)i2, (short)i3, (byte)(i4 >> 8), (byte)i4,
250value = new Guid((int)i1, (short)i2, (short)i3, (byte)(i4 >> 8), (byte)i4,
src\libraries\System.Private.CoreLib\src\System\Globalization\SortVersion.cs (1)
36customVersion = new Guid(0, 0, 0, 0, 0, 0, 0, b1, b2, b3, b4);