1 write to _methods
ILCompiler.Compiler (1)
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (1)
255
_methods
??= new();
4 references to _methods
ILCompiler.Compiler (4)
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (4)
256
_methods
.Add(memberFunction);
262
_methods
is not null;
317
if (
_methods
is not null)
319
foreach (DwarfMemberFunction method in
_methods
)