5 references to GetBytes
Microsoft.CodeAnalysis (1)
CodeGen\ILBuilderEmit.cs (1)
828int int32 = BitConverter.ToInt32(BitConverter.GetBytes(floatValue), 0);
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol_Extension.cs (1)
972int i2 = BitConverter.ToInt32(BitConverter.GetBytes(f), startIndex: 0);
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\VBMath.vb (2)
29rndSeed = BitConverter.ToInt32(BitConverter.GetBytes(Number), 0) 55lValue = BitConverter.ToInt32(BitConverter.GetBytes(sngTimer), 0)
System.Data.Common (1)
System\Data\Common\ObjectStorage.cs (1)
287_values[recordNo] = BitConverter.GetBytes((float)value);