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