1 write to Context
illink (1)
Linker.Dataflow\InterproceduralState.cs (1)
98
=> (MethodBodyLattice, HoistedLocalsLattice,
Context
) = (methodBodyLattice, hoistedLocalsLattice, context);
2 references to Context
illink (2)
Linker.Dataflow\InterproceduralState.cs (2)
50
TrackMethod (lattice.
Context
.GetMethodIL (methodBody));
67
methodsList.Add (lattice.
Context
.GetMethodIL (stateMachineMethodBody));