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