6 references to MIbcProfileParser
crossgen2 (3)
Program.cs (3)
534MIbcProfileParser.MibcGroupParseRules parseRule; 537parseRule = MIbcProfileParser.MibcGroupParseRules.VersionBubbleWithCrossModule2; 541parseRule = MIbcProfileParser.MibcGroupParseRules.VersionBubbleWithCrossModule1;
ILCompiler.ReadyToRun (3)
Compiler\ProfileDataManager.cs (3)
39MIbcProfileParser.MibcGroupParseRules parseRule, 76using (PEReader peReader = MIbcProfileParser.OpenMibcAsPEReader(file)) 78_inputData.Add(MIbcProfileParser.ParseMIbcFile(context, peReader, versionBubbleModuleStrings, onlyParseItemsDefinedInAssembly, crossModuleInlineModules: crossModuleStrings, parseRule: parseRule));