3 references to _inputData
ILCompiler.ReadyToRun (3)
Compiler\ProfileDataManager.cs (3)
78
_inputData
.Add(MIbcProfileParser.ParseMIbcFile(context, peReader, versionBubbleModuleStrings, onlyParseItemsDefinedInAssembly, crossModuleInlineModules: crossModuleStrings, parseRule: parseRule));
88
_inputData
.Add(_ibcParser.ParseIBCDataFromModule((EcmaModule)module));
93
_inputProfileData.LoadByMerging(
_inputData
);