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)); 264public IReadOnlyList<DwarfStaticVariableInfo> StaticVariables => _statics ?? []; 306_statics[staticIndex].InfoOffset = writer.Position;