1 write to _isStatic
ILCompiler.Compiler (1)
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (1)
385
_isStatic
= memberFunction.IsStatic;
4 references to _isStatic
ILCompiler.Compiler (4)
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (4)
386
_hasChildren = !
_isStatic
|| debugVars.Any() || debugEHClauseInfos.Any();
394
!
_isStatic
? DwarfAbbrev.Subprogram :
410
if (!
_isStatic
)
421
bool isThis = debugVar.IsParameter && debugVar.DebugVarInfo.VarNumber == 0 && !
_isStatic
;