15 references to VarLocType
Microsoft.Diagnostics.DataContractReader.Contracts (15)
Contracts\DebugInfo\DebugInfoHelpers.cs (15)
121VarLocType locType = (VarLocType)reader.ReadUInt(); 123if (locType is VarLocType.VLT_INVALID or VarLocType.VLT_COUNT) 128VarLocType.VLT_REG or VarLocType.VLT_REG_FP => new DebugVarInfo 133VarLocType.VLT_REG_BYREF => new DebugVarInfo 138VarLocType.VLT_STK => new DebugVarInfo 143VarLocType.VLT_STK_BYREF => new DebugVarInfo 148VarLocType.VLT_REG_REG => new DebugVarInfo 153VarLocType.VLT_REG_STK => new DebugVarInfo 158VarLocType.VLT_STK_REG => new DebugVarInfo 163VarLocType.VLT_STK2 => new DebugVarInfo 170VarLocType.VLT_FPSTK => ConsumeAndDefault(reader.ReadUInt(), startOffset, endOffset, varNumber), 171VarLocType.VLT_FIXED_VA => ConsumeAndDefault(reader.ReadUInt(), startOffset, endOffset, varNumber),