1 write to _manifestMutableModule
ILCompiler.ReadyToRun (1)
IL\ReadyToRunILProvider.cs (1)
41
_manifestMutableModule
= module;
2 references to _manifestMutableModule
ILCompiler.ReadyToRun (2)
IL\ReadyToRunILProvider.cs (2)
150
Debug.Assert(
_manifestMutableModule
!= null);
156
if (!wrappedMethodIL.Initialize(
_manifestMutableModule
, EcmaMethodIL.Create((EcmaMethod)method.GetPrimaryMethodDesc().GetTypicalMethodDefinition())))