4 references to _usedAbbrevs
ILCompiler.Compiler (4)
Compiler\ObjectWriter\Dwarf\DwarfInfoWriter.cs (4)
61if (!_usedAbbrevs.TryGetValue(abbrev, out int abbreviationCode)) 63abbreviationCode = _usedAbbrevs.Count + 1; 64_usedAbbrevs.Add(abbrev, abbreviationCode); 216foreach ((DwarfAbbrev abbrev, int abbreviationCode) in _usedAbbrevs)