2 writes to _thisVariableIndex
ILCompiler.Compiler (2)
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (2)
390
_thisVariableIndex
= -1;
399
_thisVariableIndex
= i;
5 references to _thisVariableIndex
ILCompiler.Compiler (5)
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (5)
409
_thisVariableIndex
>= 0 ? DwarfAbbrev.Subprogram :
425
if (
_thisVariableIndex
>= 0)
434
if (
_thisVariableIndex
>= 0)
436
(DebugVarInfoMetadata debugVar, uint typeIndex) = _debugVars[
_thisVariableIndex
];
442
if (i !=
_thisVariableIndex
)