2 writes to IsFloatingPoint
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\DebugInfo\DebugInfoHelpers.cs (2)
150
Kind = DebugVarLocKind.Register,
IsFloatingPoint
= true, Register = reader.ReadUInt(),
190
Kind = DebugVarLocKind.FloatingPointStack,
IsFloatingPoint
= true, FloatingPointStackRegister = reader.ReadUInt(),
1 reference to IsFloatingPoint
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.NativeCodeInfo.cs (1)
52
loc.vlType = (varInfo.Kind, varInfo.IsByRef, varInfo.
IsFloatingPoint
) switch