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