15 references to VarLocType
Microsoft.Diagnostics.DataContractReader.Contracts (15)
Contracts\DebugInfo\DebugInfoHelpers.cs (15)
135VarLocType locType = (VarLocType)reader.ReadUInt(); 137if (locType is VarLocType.VLT_INVALID or VarLocType.VLT_COUNT) 142VarLocType.VLT_REG or VarLocType.VLT_REG_FP => new DebugVarInfo 147VarLocType.VLT_REG_BYREF => new DebugVarInfo 152VarLocType.VLT_STK => new DebugVarInfo 157VarLocType.VLT_STK_BYREF => new DebugVarInfo 162VarLocType.VLT_REG_REG => new DebugVarInfo 167VarLocType.VLT_REG_STK => new DebugVarInfo 172VarLocType.VLT_STK_REG => new DebugVarInfo 177VarLocType.VLT_STK2 => new DebugVarInfo 184VarLocType.VLT_FPSTK => ConsumeAndDefault(reader.ReadUInt(), startOffset, endOffset, varNumber, callReturnValueILOffset), 185VarLocType.VLT_FIXED_VA => ConsumeAndDefault(reader.ReadUInt(), startOffset, endOffset, varNumber, callReturnValueILOffset),