4 references to IfPresent
ILCompiler.ReadyToRun (4)
IBC\IBCDataReader.cs (4)
661
IfPresent
(sectionTable, SectionFormat.ScenarioInfo, () => result.Scenarios = ReadScenarioSection(ref result.TotalNumberOfRuns));
662
IfPresent
(sectionTable, SectionFormat.BasicBlockInfo, () => result.Methods = ReadBasicBlockSection(ref result.TotalNumberOfRuns));
665
IfPresent
(sectionTable, section, () => result.Tokens[section] = ReadTokenSection(section));
667
IfPresent
(sectionTable, SectionFormat.BlobStream, () => result.BlobStream = ReadBlobStreamSection());