3 references to CreateTruncating
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Guid.cs (2)
820int upper = (sbyte)lookup[byte.CreateTruncating(ch1)]; 821int lower = (sbyte)lookup[byte.CreateTruncating(ch2)];
src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (1)
150byte value = byte.CreateTruncating(tValue);