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