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