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 : 410if (!_isStatic) 421bool isThis = debugVar.IsParameter && debugVar.DebugVarInfo.VarNumber == 0 && !_isStatic;