3 instantiations of SectionTypeInfo
ILCompiler.ReadyToRun (3)
IBC\IBCDataModel.cs (3)
52
sectionTypeInfo[(int)SectionFormat.BasicBlockInfo] = new
SectionTypeInfo
(tokenType, SectionFormat.BasicBlockInfo);
53
sectionTypeInfo[(int)SectionFormat.BlobStream] = new
SectionTypeInfo
(tokenType, SectionFormat.BlobStream);
84
sectionTypeInfo[(int)section] = new
SectionTypeInfo
(tokenType, section);
4 references to SectionTypeInfo
ILCompiler.ReadyToRun (4)
IBC\IBCDataModel.cs (4)
18
private static readonly
SectionTypeInfo
[] s_sectionTypeInfo = ComputeSectionTypeInfos();
45
private static
SectionTypeInfo
[] ComputeSectionTypeInfos()
49
SectionTypeInfo
[] sectionTypeInfo = new
SectionTypeInfo
[(int)SectionFormat.SectionFormatCount];