13 references to VarLocType
Microsoft.Diagnostics.DataContractReader.Legacy (13)
Dbi\DacDbiImpl.NativeCodeInfo.cs (12)
54(DebugVarLocKind.Register, false, false) => VarLocType.VLT_REG, 55(DebugVarLocKind.Register, false, true) => VarLocType.VLT_REG_FP, 56(DebugVarLocKind.Register, true, _) => VarLocType.VLT_REG_BYREF, 57(DebugVarLocKind.Stack, false, _) => VarLocType.VLT_STK, 58(DebugVarLocKind.Stack, true, _) => VarLocType.VLT_STK_BYREF, 59(DebugVarLocKind.RegisterRegister, _, _) => VarLocType.VLT_REG_REG, 60(DebugVarLocKind.RegisterStack, _, _) => VarLocType.VLT_REG_STK, 61(DebugVarLocKind.StackRegister, _, _) => VarLocType.VLT_STK_REG, 62(DebugVarLocKind.DoubleStack, _, _) => VarLocType.VLT_STK2, 63(DebugVarLocKind.FloatingPointStack, _, _) => VarLocType.VLT_FPSTK, 64(DebugVarLocKind.FixedVarArg, _, _) => VarLocType.VLT_FIXED_VA, 65_ => VarLocType.VLT_INVALID,
Dbi\IDacDbiInterface.cs (1)
88public VarLocType vlType;