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