4 references to GetBytes
Microsoft.CodeAnalysis (1)
CodeGen\ILBuilderEmit.cs (1)
774
int int32 = BitConverter.ToInt32(BitConverter.
GetBytes
(floatValue), 0);
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\VBMath.vb (2)
29
rndSeed = BitConverter.ToInt32(BitConverter.
GetBytes
(Number), 0)
55
lValue = BitConverter.ToInt32(BitConverter.
GetBytes
(sngTimer), 0)
System.Data.Common (1)
System\Data\Common\ObjectStorage.cs (1)
287
_values[recordNo] = BitConverter.
GetBytes
((float)value);