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