1 write to _statics
ILCompiler.Compiler (1)
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (1)
245
_statics
= new(statics.Length);
3 references to _statics
ILCompiler.Compiler (3)
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (3)
248
_statics
.Add(new DwarfStaticVariableInfo(staticDescriptor));
264
public IReadOnlyList<DwarfStaticVariableInfo> StaticVariables =>
_statics
?? [];
306
_statics
[staticIndex].InfoOffset = writer.Position;