2 instantiations of MethodData
ILCompiler.ReadyToRun (2)
IBC\IBCDataReader.cs (2)
315var result = new IBC.MethodData(); 345var result = new IBC.MethodData();
10 references to MethodData
ILCompiler.ReadyToRun (10)
IBC\IBCDataModel.cs (1)
294public List<MethodData> Methods;
IBC\IBCDataReader.cs (9)
313IBC.MethodData ReadMethod() 315var result = new IBC.MethodData(); 343IBC.MethodData ReadV1Method() 345var result = new IBC.MethodData(); 361List<IBC.MethodData> ReadBasicBlockSection(ref uint totalRuns) 363var result = new List<IBC.MethodData>(); 365Func<IBC.MethodData> readFn; 380readFn = (Func<IBC.MethodData>)ReadV1Method; 391readFn = (Func<IBC.MethodData>)ReadMethod;