1 instantiation of TokenData
ILCompiler.ReadyToRun (1)
IBC\IBCDataReader.cs (1)
424result.Add(new IBC.TokenData { Token = token, Flags = flags, ScenarioMask = scenarioMask });
6 references to TokenData
ILCompiler.ReadyToRun (6)
IBC\IBCDataModel.cs (2)
283Tokens = new Dictionary<SectionFormat, List<TokenData>>(); 295public Dictionary<SectionFormat, List<TokenData>> Tokens { get; private set; }
IBC\IBCDataReader.cs (2)
404List<IBC.TokenData> ReadTokenSection(SectionFormat section) 406var result = new List<IBC.TokenData>();
IBC\IBCProfileParser.cs (2)
57if (!parsedData.Tokens.TryGetValue(section, out List<TokenData> TokenList) || 72foreach (TokenData entry in TokenList)