2 references to TokenData
ILCompiler.RyuJit (2)
parent\ILCompiler.ReadyToRun\IBC\IBCDataModel.cs (2)
283
Tokens = new Dictionary<SectionFormat, List<
TokenData
>>();
295
public Dictionary<SectionFormat, List<
TokenData
>> Tokens { get; private set; }