1 write to Tokens
ILCompiler.ReadyToRun (1)
IBC\IBCDataModel.cs (1)
283
Tokens
= new Dictionary<SectionFormat, List<TokenData>>();
2 references to Tokens
ILCompiler.ReadyToRun (2)
IBC\IBCDataReader.cs (1)
665
IfPresent(sectionTable, section, () => result.
Tokens
[section] = ReadTokenSection(section));
IBC\IBCProfileParser.cs (1)
57
if (!parsedData.
Tokens
.TryGetValue(section, out List<TokenData> TokenList) ||