1 write to ArgumentTypes
ILCompiler.Compiler (1)
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (1)
214
ArgumentTypes
= argumentTypes;
2 references to ArgumentTypes
ILCompiler.Compiler (2)
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (2)
324
method.
ArgumentTypes
.Length > 0 ? DwarfAbbrev.SubprogramStaticSpec : DwarfAbbrev.SubprogramStaticNoChildrenSpec);
345
foreach (uint argumentType in method.
ArgumentTypes
)